﻿<?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 - WebGrid Enterprise - Disable chart filtering</title><link>http://www.intersoftsolutions.com/Community/WebGrid/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/WebGrid/Disable-chart-filtering/</link><pubDate>Mon, 27 Sep 2010 23:31:50 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;Based on my test using ChartSeries_DataPoint.aspx sample, using OnAfterInitialize client side event handler, we could get the FilterExpression element based on the available filter info. However, the element will only be available after the pop up has been displayed, hence the setInterval, as shown in the snippet:  &lt;br /&gt;&lt;/p&gt;&lt;pre&gt;function WebGrid1_OnAfterIntialize(id) &lt;br /&gt;{&lt;br /&gt;    var grid = ISGetObject(id);&lt;br /&gt;&lt;br /&gt;    setInterval(function () {&lt;br /&gt;        try {&lt;br /&gt;            var filterInfo = grid.CachePivotFilterInfoCollection[0];&lt;br /&gt;            var filterExpElem = test.GetFilterExpressionElement();&lt;br /&gt;&lt;br /&gt;            filterExpElem.parentNode.parentNode.style.display = "none";&lt;br /&gt;        }&lt;br /&gt;        catch (err) {}&lt;br /&gt;                &lt;br /&gt;    }, 150);&lt;br /&gt;            &lt;br /&gt;}&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Disable chart filtering</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Disable-chart-filtering/</link><pubDate>Fri, 24 Sep 2010 03:47:44 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;
&lt;p&gt;(originally posted by mistake here: &lt;a href="http://www.intersoftpt.com/Community/WebCombo/Disable-chart-filtering/?1285314312150"&gt;http://www.intersoftpt.com/Community/WebCombo/Disable-chart-filtering/?1285314312150&lt;/a&gt;)&lt;/p&gt;</description></item></channel></rss>