<?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: Searchable DataGrid</title>
	<atom:link href="http://www.iwobanas.com/2009/06/searchable-datagrid/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iwobanas.com/2009/06/searchable-datagrid/</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: Suresh</title>
		<link>http://www.iwobanas.com/2009/06/searchable-datagrid/comment-page-1/#comment-450</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Fri, 02 Apr 2010 03:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=51#comment-450</guid>
		<description>Hi Iwo,
that&#039;s great! good work, thanks for your help.</description>
		<content:encoded><![CDATA[<p>Hi Iwo,<br />
that&#8217;s great! good work, thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angeline</title>
		<link>http://www.iwobanas.com/2009/06/searchable-datagrid/comment-page-1/#comment-174</link>
		<dc:creator>Angeline</dc:creator>
		<pubDate>Mon, 26 Oct 2009 12:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=51#comment-174</guid>
		<description>I&#039;m badly in need of that functionality for my application. Could you guide me in how to do that? I&#039;m not that a good coder, but I&#039;ll try my best to achieve that functionality with your guidance :-)</description>
		<content:encoded><![CDATA[<p>I&#8217;m badly in need of that functionality for my application. Could you guide me in how to do that? I&#8217;m not that a good coder, but I&#8217;ll try my best to achieve that functionality with your guidance <img src='http://www.iwobanas.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iwo Banas</title>
		<link>http://www.iwobanas.com/2009/06/searchable-datagrid/comment-page-1/#comment-170</link>
		<dc:creator>Iwo Banas</dc:creator>
		<pubDate>Fri, 23 Oct 2009 13:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=51#comment-170</guid>
		<description>Hi Angeline,
For now such &quot;global filtering&quot; is not supported. You could implement it by extending MDataGrid code and adding another filter function to the dataProvider.
Let me know if you would like me to implement it as a freelance contract.
Cheers,
Iwo</description>
		<content:encoded><![CDATA[<p>Hi Angeline,<br />
For now such &#8220;global filtering&#8221; is not supported. You could implement it by extending MDataGrid code and adding another filter function to the dataProvider.<br />
Let me know if you would like me to implement it as a freelance contract.<br />
Cheers,<br />
Iwo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angeline</title>
		<link>http://www.iwobanas.com/2009/06/searchable-datagrid/comment-page-1/#comment-169</link>
		<dc:creator>Angeline</dc:creator>
		<pubDate>Fri, 23 Oct 2009 11:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=51#comment-169</guid>
		<description>Hi Iwo, I had implemented your filtering function. Found it very useful. Thanka a lot. But in the search Function given at the bottom of the datagrid, I want only the search items to be displayed and not just highlighted. How can I achieve this?</description>
		<content:encoded><![CDATA[<p>Hi Iwo, I had implemented your filtering function. Found it very useful. Thanka a lot. But in the search Function given at the bottom of the datagrid, I want only the search items to be displayed and not just highlighted. How can I achieve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iwo Banas</title>
		<link>http://www.iwobanas.com/2009/06/searchable-datagrid/comment-page-1/#comment-77</link>
		<dc:creator>Iwo Banas</dc:creator>
		<pubDate>Mon, 31 Aug 2009 17:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=51#comment-77</guid>
		<description>Hi Ron,
This error means that you don&#039;t have com.iwobanas.controls.DataGrid class in your source path. To use sources from this post save zipped sources and than use Flex Builder &quot;File&quot; -&gt; &quot;Import&quot; -&gt; &quot;Flex Project...&quot; wizard to import the archive as project.

I have renamed searchable DataGrid to MDataGrid which is available at &lt;a href=&quot;http://code.google.com/p/reusable-fx/&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/reusable-fx/&lt;/a&gt;. Download binary release and extract ReusableFx.swc to libs directory of your project. You can have a look at other posts on this blog to find how to use MDataGrid.
Hope this will be of some help.</description>
		<content:encoded><![CDATA[<p>Hi Ron,<br />
This error means that you don&#8217;t have com.iwobanas.controls.DataGrid class in your source path. To use sources from this post save zipped sources and than use Flex Builder &#8220;File&#8221; -> &#8220;Import&#8221; -> &#8220;Flex Project&#8230;&#8221; wizard to import the archive as project.</p>
<p>I have renamed searchable DataGrid to MDataGrid which is available at <a href="http://code.google.com/p/reusable-fx/" rel="nofollow">http://code.google.com/p/reusable-fx/</a>. Download binary release and extract ReusableFx.swc to libs directory of your project. You can have a look at other posts on this blog to find how to use MDataGrid.<br />
Hope this will be of some help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://www.iwobanas.com/2009/06/searchable-datagrid/comment-page-1/#comment-76</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Mon, 31 Aug 2009 17:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=51#comment-76</guid>
		<description>Hey Iwo,
  
I&#039;ve downloaded the source, but I keep getting this error when I build:

1046:type was not found or not a compile time constant: DataGrid

Do you have any idea how to resolve that issue. I&#039;ve been searching forums, but haven&#039;t figured out how to fix it.</description>
		<content:encoded><![CDATA[<p>Hey Iwo,</p>
<p>I&#8217;ve downloaded the source, but I keep getting this error when I build:</p>
<p>1046:type was not found or not a compile time constant: DataGrid</p>
<p>Do you have any idea how to resolve that issue. I&#8217;ve been searching forums, but haven&#8217;t figured out how to fix it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iwo Banas</title>
		<link>http://www.iwobanas.com/2009/06/searchable-datagrid/comment-page-1/#comment-8</link>
		<dc:creator>Iwo Banas</dc:creator>
		<pubDate>Wed, 10 Jun 2009 23:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=51#comment-8</guid>
		<description>THX for reporting a bug, I&#039;ll fix it in the &quot;next release&quot; :-)</description>
		<content:encoded><![CDATA[<p>THX for reporting a bug, I&#8217;ll fix it in the &#8220;next release&#8221; <img src='http://www.iwobanas.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mleszczynski</title>
		<link>http://www.iwobanas.com/2009/06/searchable-datagrid/comment-page-1/#comment-7</link>
		<dc:creator>mleszczynski</dc:creator>
		<pubDate>Wed, 10 Jun 2009 21:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=51#comment-7</guid>
		<description>Hey Iwo

TypeError: Error #1009: Nie można uzyskać dostępu do właściwości lub metody dla odniesienia do obiektu null.
 at com.iwobanas.controls::DataGrid/matchItem()
 at com.iwobanas.controls::DataGrid/findItem()
 at com.iwobanas.controls::DataGrid/findPrevious()
 at SearchBox/__previousButton_click()

Would be nice if it would walk through the list even if there&#039;s nothing in the search box :)

Best regards,
Michał</description>
		<content:encoded><![CDATA[<p>Hey Iwo</p>
<p>TypeError: Error #1009: Nie można uzyskać dostępu do właściwości lub metody dla odniesienia do obiektu null.<br />
 at com.iwobanas.controls::DataGrid/matchItem()<br />
 at com.iwobanas.controls::DataGrid/findItem()<br />
 at com.iwobanas.controls::DataGrid/findPrevious()<br />
 at SearchBox/__previousButton_click()</p>
<p>Would be nice if it would walk through the list even if there&#8217;s nothing in the search box <img src='http://www.iwobanas.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Best regards,<br />
Michał</p>
]]></content:encoded>
	</item>
</channel>
</rss>
