<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: DataGrid with client-side filtering and searching</title>
	<atom:link href="http://www.iwobanas.com/2009/06/datagrid-with-client-side-filtering-and-searching/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iwobanas.com/2009/06/datagrid-with-client-side-filtering-and-searching/</link>
	<description>Adobe Flex and AIR thoughts, custom components, how-to’s...</description>
	<lastBuildDate>Thu, 29 Jul 2010 08:00:12 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Leonardo</title>
		<link>http://www.iwobanas.com/2009/06/datagrid-with-client-side-filtering-and-searching/comment-page-2/#comment-628</link>
		<dc:creator>Leonardo</dc:creator>
		<pubDate>Sat, 12 Jun 2010 23:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=83#comment-628</guid>
		<description>This component could be used AdvancedDataGrid?</description>
		<content:encoded><![CDATA[<p>This component could be used AdvancedDataGrid?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike S</title>
		<link>http://www.iwobanas.com/2009/06/datagrid-with-client-side-filtering-and-searching/comment-page-2/#comment-612</link>
		<dc:creator>Mike S</dc:creator>
		<pubDate>Fri, 04 Jun 2010 12:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=83#comment-612</guid>
		<description>Iwo,

Other than the CSS fix mentioned above is there anything else to do to use the component in a Flex 4 application?  Do you have to do anything with namespace of the app or changing to spark components?

Thanks,</description>
		<content:encoded><![CDATA[<p>Iwo,</p>
<p>Other than the CSS fix mentioned above is there anything else to do to use the component in a Flex 4 application?  Do you have to do anything with namespace of the app or changing to spark components?</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BatutaBunsing</title>
		<link>http://www.iwobanas.com/2009/06/datagrid-with-client-side-filtering-and-searching/comment-page-2/#comment-579</link>
		<dc:creator>BatutaBunsing</dc:creator>
		<pubDate>Mon, 17 May 2010 21:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=83#comment-579</guid>
		<description>&lt;a href=&quot;#comment-395&quot; rel=&quot;nofollow&quot;&gt;@Iwo Banas&lt;/a&gt; 
Hi Iwo,

I tried tweaking the DropDownFilterHeaderRenderer.as file to match those style declarations in the default.css file to no avail. The filter button does not get red when a filter is active.

Funny thing is that when I tried to compile the application using Flex 3.4, the filter button is able to capture the CSS styling but compiling this with 3.5 and 4.0, the CSS is not captured, thus even when there is a filter existing on the column, the filter button is not red out.

Any other suggestions?</description>
		<content:encoded><![CDATA[<p><a href="#comment-395" rel="nofollow">@Iwo Banas</a><br />
Hi Iwo,</p>
<p>I tried tweaking the DropDownFilterHeaderRenderer.as file to match those style declarations in the default.css file to no avail. The filter button does not get red when a filter is active.</p>
<p>Funny thing is that when I tried to compile the application using Flex 3.4, the filter button is able to capture the CSS styling but compiling this with 3.5 and 4.0, the CSS is not captured, thus even when there is a filter existing on the column, the filter button is not red out.</p>
<p>Any other suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iwo Banas</title>
		<link>http://www.iwobanas.com/2009/06/datagrid-with-client-side-filtering-and-searching/comment-page-2/#comment-495</link>
		<dc:creator>Iwo Banas</dc:creator>
		<pubDate>Thu, 15 Apr 2010 20:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=83#comment-495</guid>
		<description>Hi Cenker,
It is possible although it isn&#039;t very straightforward now (but it&#039;s quite high on the TODO list so I may implement it soon).
See the previous comments under this post for the instruction on how to preset filters values.
Cheers, Iwo</description>
		<content:encoded><![CDATA[<p>Hi Cenker,<br />
It is possible although it isn&#8217;t very straightforward now (but it&#8217;s quite high on the TODO list so I may implement it soon).<br />
See the previous comments under this post for the instruction on how to preset filters values.<br />
Cheers, Iwo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cenker Ozkurt</title>
		<link>http://www.iwobanas.com/2009/06/datagrid-with-client-side-filtering-and-searching/comment-page-2/#comment-488</link>
		<dc:creator>Cenker Ozkurt</dc:creator>
		<pubDate>Wed, 14 Apr 2010 18:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=83#comment-488</guid>
		<description>Great work Iwo. Quick question, is there a way to preselected filters ?
For example I want to data range but I want it to be show last 2 weeks as pre filtered before. Thanks in advance...</description>
		<content:encoded><![CDATA[<p>Great work Iwo. Quick question, is there a way to preselected filters ?<br />
For example I want to data range but I want it to be show last 2 weeks as pre filtered before. Thanks in advance&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.iwobanas.com/2009/06/datagrid-with-client-side-filtering-and-searching/comment-page-2/#comment-487</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 14 Apr 2010 05:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=83#comment-487</guid>
		<description>&lt;a href=&quot;#comment-395&quot; rel=&quot;nofollow&quot;&gt;@Iwo Banas &lt;/a&gt; 
Hi, Iwo,

Nice work!

Run in Flex4 and added the namespaces in the default CSS and it worked. However, the filter button never change to the active icon (the red one) when I pressed the filter button and type some search characters. Seems like it did not execute the function commitProperties(). The filter-button-active-style-name: dataGridFilterButtonActive is set correctly</description>
		<content:encoded><![CDATA[<p><a href="#comment-395" rel="nofollow">@Iwo Banas </a><br />
Hi, Iwo,</p>
<p>Nice work!</p>
<p>Run in Flex4 and added the namespaces in the default CSS and it worked. However, the filter button never change to the active icon (the red one) when I pressed the filter button and type some search characters. Seems like it did not execute the function commitProperties(). The filter-button-active-style-name: dataGridFilterButtonActive is set correctly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BatutaBunsing</title>
		<link>http://www.iwobanas.com/2009/06/datagrid-with-client-side-filtering-and-searching/comment-page-2/#comment-486</link>
		<dc:creator>BatutaBunsing</dc:creator>
		<pubDate>Tue, 13 Apr 2010 21:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=83#comment-486</guid>
		<description>I forgot to mention that I specified the xmllistcollection like this:

mx:XMLListCollection id=&quot;xmllcOrders&quot; source=&quot;{xmlOrders.Table}&quot;</description>
		<content:encoded><![CDATA[<p>I forgot to mention that I specified the xmllistcollection like this:</p>
<p>mx:XMLListCollection id=&#8221;xmllcOrders&#8221; source=&#8221;{xmlOrders.Table}&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BatutaBunsing</title>
		<link>http://www.iwobanas.com/2009/06/datagrid-with-client-side-filtering-and-searching/comment-page-2/#comment-483</link>
		<dc:creator>BatutaBunsing</dc:creator>
		<pubDate>Tue, 13 Apr 2010 21:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=83#comment-483</guid>
		<description>&lt;a href=&quot;#comment-470&quot; rel=&quot;nofollow&quot;&gt;@Iwo Banas &lt;/a&gt; 
Hi Iwo,

I have defined the datafields correctly.

In the MDataGrid dataprovider, I specified the xmllistcollection data provider like this:


  
    
  


and in the MXML, I also specified the xmllistcollection like this:



I specified a variable for the Orders:

// XML Variable for Orders
[Bindable] private var xmlOrders:XML;

When I specify the dataProvider such as:

dataProvider=&quot;{xmlOrders.Table}&quot;

the data appears in the datagrid, but using this declaration:

dataProvider=&quot;{xmllcOrders}&quot;

the data does not appear.

I tried using both ways in an ordinary datagrid and things does seem ok.

any other advice?</description>
		<content:encoded><![CDATA[<p><a href="#comment-470" rel="nofollow">@Iwo Banas </a><br />
Hi Iwo,</p>
<p>I have defined the datafields correctly.</p>
<p>In the MDataGrid dataprovider, I specified the xmllistcollection data provider like this:</p>
<p>and in the MXML, I also specified the xmllistcollection like this:</p>
<p>I specified a variable for the Orders:</p>
<p>// XML Variable for Orders<br />
[Bindable] private var xmlOrders:XML;</p>
<p>When I specify the dataProvider such as:</p>
<p>dataProvider=&#8221;{xmlOrders.Table}&#8221;</p>
<p>the data appears in the datagrid, but using this declaration:</p>
<p>dataProvider=&#8221;{xmllcOrders}&#8221;</p>
<p>the data does not appear.</p>
<p>I tried using both ways in an ordinary datagrid and things does seem ok.</p>
<p>any other advice?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iwo Banas</title>
		<link>http://www.iwobanas.com/2009/06/datagrid-with-client-side-filtering-and-searching/comment-page-2/#comment-471</link>
		<dc:creator>Iwo Banas</dc:creator>
		<pubDate>Wed, 07 Apr 2010 18:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=83#comment-471</guid>
		<description>Hi Jash, Checkout the latest sources from SVN http://code.google.com/p/reusable-fx/source/list . The reseting function is implemented there. Cheers, Iwo</description>
		<content:encoded><![CDATA[<p>Hi Jash, Checkout the latest sources from SVN <a href="http://code.google.com/p/reusable-fx/source/list" rel="nofollow">http://code.google.com/p/reusable-fx/source/list</a> . The reseting function is implemented there. Cheers, Iwo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iwo Banas</title>
		<link>http://www.iwobanas.com/2009/06/datagrid-with-client-side-filtering-and-searching/comment-page-2/#comment-470</link>
		<dc:creator>Iwo Banas</dc:creator>
		<pubDate>Wed, 07 Apr 2010 17:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=83#comment-470</guid>
		<description>MDataGrid should support XML based data providers. Make sure that you defined dataField&#039;s correctly. You can also check if your configuration works with standard DataGrid and than switch to MDataGrid.
Cheers, 
Iwo</description>
		<content:encoded><![CDATA[<p>MDataGrid should support XML based data providers. Make sure that you defined dataField&#8217;s correctly. You can also check if your configuration works with standard DataGrid and than switch to MDataGrid.<br />
Cheers,<br />
Iwo</p>
]]></content:encoded>
	</item>
</channel>
</rss>
