﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebCombo - Disable chart filtering</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Disable-chart-filtering/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Disable chart filtering</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Disable-chart-filtering/</link><pubDate>Mon, 27 Sep 2010 00:36:16 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Please try to use the Javascript workaround below in order to disable the chart filtering. The idea is simple, find and get the element that wish to be removed and set its display property to ‘none’. After do several debug and test on WebGrid, I found that the Javascript function can be attached in OnBeforeRequest of WebGrid client-side event.&lt;/span&gt;&lt;/p&gt;&lt;pre style="font-family: 'consolas', 'courier new'; font-size: 9pt"&gt;&lt;span style="font-family: 'consolas', 'courier new'; color: blue; font-size: 9pt"&gt;function&lt;/span&gt; WebGrid1_OnBeforeRequest(controlId, action) {
    var WebGrid1 = ISGetObject(controlId);

    &lt;span style="font-family: 'consolas', 'courier new'; color: blue; font-size: 9pt"&gt;if&lt;/span&gt; (action == &lt;span style="font-family: 'consolas', 'courier new'; color: #a31515; font-size: 9pt"&gt;"RetrievePivotData"&lt;/span&gt;) {
        &lt;span style="font-family: 'consolas', 'courier new'; color: blue; font-size: 9pt"&gt;for&lt;/span&gt; (&lt;span style="font-family: 'consolas', 'courier new'; color: blue; font-size: 9pt"&gt;var&lt;/span&gt; i = 0; i &amp;lt;= 1; i&amp;#43;&amp;#43;) {
            &lt;span style="font-family: 'consolas', 'courier new'; color: blue; font-size: 9pt"&gt;if&lt;/span&gt; (document.getElementById(&lt;span style="font-family: 'consolas', 'courier new'; color: #a31515; font-size: 9pt"&gt;"ISPopup_"&lt;/span&gt; &amp;#43; i) != &lt;span style="font-family: 'consolas', 'courier new'; color: blue; font-size: 9pt"&gt;null&lt;/span&gt;) {
                document.getElementById(&lt;span style="font-family: 'consolas', 'courier new'; color: #a31515; font-size: 9pt"&gt;"ISPopup_"&lt;/span&gt; &amp;#43; i).childNodes[0].childNodes[0].
                    childNodes[0].childNodes[2].style.display = &lt;span style="font-family: 'consolas', 'courier new'; color: #a31515; font-size: 9pt"&gt;"none"&lt;/span&gt;;
                document.getElementById(&lt;span style="font-family: 'consolas', 'courier new'; color: #a31515; font-size: 9pt"&gt;"ISPopup_"&lt;/span&gt; &amp;#43; i).childNodes[0].childNodes[0].
                    childNodes[0].childNodes[3].style.display = &lt;span style="font-family: 'consolas', 'courier new'; color: #a31515; font-size: 9pt"&gt;"none"&lt;/span&gt;;
                document.getElementById(&lt;span style="font-family: 'consolas', 'courier new'; color: #a31515; font-size: 9pt"&gt;"ISPopup_"&lt;/span&gt; &amp;#43; i).childNodes[0].childNodes[0].
                    childNodes[0].childNodes[4].style.display = &lt;span style="font-family: 'consolas', 'courier new'; color: #a31515; font-size: 9pt"&gt;"none"&lt;/span&gt;;
            }
        }
    }

    &lt;span style="font-family: 'consolas', 'courier new'; color: blue; font-size: 9pt"&gt;return true&lt;/span&gt;;
}&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Please let us know whether it helps or not.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Disable chart filtering</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Disable-chart-filtering/</link><pubDate>Fri, 24 Sep 2010 04:10:45 GMT</pubDate><dc:creator>dasha.fedorova@gmail.com</dc:creator><description>&lt;p&gt;Yudi, thank you for your reply.&lt;/p&gt;
&lt;p&gt;Maybe there's a js workaround that I can apply?&lt;/p&gt;</description></item><item><title>Disable chart filtering</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Disable-chart-filtering/</link><pubDate>Fri, 24 Sep 2010 04:01:38 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Unfortunately, this specific scenario is not supported yet by current build of WebGrid 7.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;You can submit this as feature request to WebGrid development team. The team will check the feasibility to implement this feature on the next build of WebGrid7.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Disable chart filtering</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Disable-chart-filtering/</link><pubDate>Thu, 23 Sep 2010 12:46:33 GMT</pubDate><dc:creator>dasha.fedorova@gmail.com</dc:creator><description>&lt;p&gt;Hello!&lt;/p&gt;
&lt;p&gt;I'm trying to figure out if there's a way to disable the filter option displayed in the Series and Categories popups?  I don't know if I'm explaining correctly, so please see the image attached.&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Dasha.&lt;/p&gt;</description></item></channel></rss>