<?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: Creating MDataGrid date filter</title>
	<atom:link href="http://www.iwobanas.com/2009/07/creating-mdatagrid-date-filter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iwobanas.com/2009/07/creating-mdatagrid-date-filter/</link>
	<description>Adobe Flex and AIR thoughts, custom components, how-to’s...</description>
	<lastBuildDate>Tue, 22 Nov 2011 12:17:54 +0100</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: sam</title>
		<link>http://www.iwobanas.com/2009/07/creating-mdatagrid-date-filter/comment-page-1/#comment-6725</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Thu, 21 Jul 2011 09:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=107#comment-6725</guid>
		<description>Hi Iwo you mentioned on your post above that you have implemented the resetAllFilters() function to reset any filtering made on the datagrid, can you please point us to the URL where we can download that version of MDataGrid that has the resetAllFilters() function. Thank you very much for sharing this great component.


sam</description>
		<content:encoded><![CDATA[<p>Hi Iwo you mentioned on your post above that you have implemented the resetAllFilters() function to reset any filtering made on the datagrid, can you please point us to the URL where we can download that version of MDataGrid that has the resetAllFilters() function. Thank you very much for sharing this great component.</p>
<p>sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo</title>
		<link>http://www.iwobanas.com/2009/07/creating-mdatagrid-date-filter/comment-page-1/#comment-6198</link>
		<dc:creator>Ricardo</dc:creator>
		<pubDate>Mon, 20 Jun 2011 14:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=107#comment-6198</guid>
		<description>Hi all,

I&#039;m using that Datagrid and I want to update a paginator linked to de arraycollection every time the filters selection change, but I don&#039;t know what event I must capture.

Can anybody help me???</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>I&#8217;m using that Datagrid and I want to update a paginator linked to de arraycollection every time the filters selection change, but I don&#8217;t know what event I must capture.</p>
<p>Can anybody help me???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: naidu</title>
		<link>http://www.iwobanas.com/2009/07/creating-mdatagrid-date-filter/comment-page-1/#comment-6083</link>
		<dc:creator>naidu</dc:creator>
		<pubDate>Thu, 09 Jun 2011 17:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=107#comment-6083</guid>
		<description>If you dont mind , could you pls elaborate on this how exactly to implement? thx</description>
		<content:encoded><![CDATA[<p>If you dont mind , could you pls elaborate on this how exactly to implement? thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iwo Banas</title>
		<link>http://www.iwobanas.com/2009/07/creating-mdatagrid-date-filter/comment-page-1/#comment-6074</link>
		<dc:creator>Iwo Banas</dc:creator>
		<pubDate>Wed, 08 Jun 2011 17:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=107#comment-6074</guid>
		<description>Have a look at &lt;a href=&quot;http://www.iwobanas.com/2009/06/datagrid-with-client-side-filtering-and-searching/comment-page-1/#comment-23&quot; rel=&quot;nofollow&quot;&gt;this comment&lt;/a&gt;.
You should be able to initialize column.filter with DateRangeFilter and set minimum/maximum in a similar way.
You may need to assign the id to your column so that you can easily access it.</description>
		<content:encoded><![CDATA[<p>Have a look at <a href="http://www.iwobanas.com/2009/06/datagrid-with-client-side-filtering-and-searching/comment-page-1/#comment-23" rel="nofollow">this comment</a>.<br />
You should be able to initialize column.filter with DateRangeFilter and set minimum/maximum in a similar way.<br />
You may need to assign the id to your column so that you can easily access it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: naidu</title>
		<link>http://www.iwobanas.com/2009/07/creating-mdatagrid-date-filter/comment-page-1/#comment-6073</link>
		<dc:creator>naidu</dc:creator>
		<pubDate>Wed, 08 Jun 2011 16:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=107#comment-6073</guid>
		<description>It is very useful component. I got stuck with problem in date filtering that  on loading i have to display start date and end date for one month duration from the latest date. any help.. thx in advance..</description>
		<content:encoded><![CDATA[<p>It is very useful component. I got stuck with problem in date filtering that  on loading i have to display start date and end date for one month duration from the latest date. any help.. thx in advance..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norbert</title>
		<link>http://www.iwobanas.com/2009/07/creating-mdatagrid-date-filter/comment-page-1/#comment-4083</link>
		<dc:creator>Norbert</dc:creator>
		<pubDate>Tue, 15 Feb 2011 09:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=107#comment-4083</guid>
		<description>Hi Iwo,

First of all, I would like to say this a great component, though, I had a little problem using the MultipleChoiceFilterEditor, the supposedly list of CheckBoxes became Toggle Buttons. This happens when I used SDK 4 and loaded the MDataGrid inside a Module. Can you give me some pointers to fix it?

Thank you in advance.
Norbert</description>
		<content:encoded><![CDATA[<p>Hi Iwo,</p>
<p>First of all, I would like to say this a great component, though, I had a little problem using the MultipleChoiceFilterEditor, the supposedly list of CheckBoxes became Toggle Buttons. This happens when I used SDK 4 and loaded the MDataGrid inside a Module. Can you give me some pointers to fix it?</p>
<p>Thank you in advance.<br />
Norbert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Divya</title>
		<link>http://www.iwobanas.com/2009/07/creating-mdatagrid-date-filter/comment-page-1/#comment-3966</link>
		<dc:creator>Divya</dc:creator>
		<pubDate>Tue, 08 Feb 2011 13:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=107#comment-3966</guid>
		<description>Hi,your component is very gud.But I want to add footer in the datagrid
where i can get sum of perticular column.can u suggest me a any idea.</description>
		<content:encoded><![CDATA[<p>Hi,your component is very gud.But I want to add footer in the datagrid<br />
where i can get sum of perticular column.can u suggest me a any idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Design-Effect</title>
		<link>http://www.iwobanas.com/2009/07/creating-mdatagrid-date-filter/comment-page-1/#comment-3902</link>
		<dc:creator>Design-Effect</dc:creator>
		<pubDate>Thu, 03 Feb 2011 14:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=107#comment-3902</guid>
		<description>Hi, 
Thanks for the great component. My application has more than 200 results displaying in the datagrid, is there anyway I can separate them in pages?

Thanks,
DE</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks for the great component. My application has more than 200 results displaying in the datagrid, is there anyway I can separate them in pages?</p>
<p>Thanks,<br />
DE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashant Koshta</title>
		<link>http://www.iwobanas.com/2009/07/creating-mdatagrid-date-filter/comment-page-1/#comment-3806</link>
		<dc:creator>Prashant Koshta</dc:creator>
		<pubDate>Fri, 28 Jan 2011 09:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=107#comment-3806</guid>
		<description>Data grid rows are rearranged after user selected a row using check box
What steps will reproduce the problem?
1.Have a check box on first column and map it to boolean field from the VO Object
2. Have column with date and have Multiple duplicate values in that column
3. apply sort on the date column
4. Select the check box and change the bollean field in VO based on user selection

What is the expected output? What do you see instead?
Check box should be selected. Instead selected row is moving to top or bottom in its group of common values.(resorting, and not able to preserve previous order among the common values(dates)

What version of the product are you using? On what operating system?
ReusableFx-20090901.zip , Windows XP

Please provide any additional information below.
As soon as updating the VO, it is firing collection change event and trying to resort on column and not able to preserve the previous order amond duplicate dates.</description>
		<content:encoded><![CDATA[<p>Data grid rows are rearranged after user selected a row using check box<br />
What steps will reproduce the problem?<br />
1.Have a check box on first column and map it to boolean field from the VO Object<br />
2. Have column with date and have Multiple duplicate values in that column<br />
3. apply sort on the date column<br />
4. Select the check box and change the bollean field in VO based on user selection</p>
<p>What is the expected output? What do you see instead?<br />
Check box should be selected. Instead selected row is moving to top or bottom in its group of common values.(resorting, and not able to preserve previous order among the common values(dates)</p>
<p>What version of the product are you using? On what operating system?<br />
ReusableFx-20090901.zip , Windows XP</p>
<p>Please provide any additional information below.<br />
As soon as updating the VO, it is firing collection change event and trying to resort on column and not able to preserve the previous order amond duplicate dates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashant Koshta</title>
		<link>http://www.iwobanas.com/2009/07/creating-mdatagrid-date-filter/comment-page-1/#comment-3805</link>
		<dc:creator>Prashant Koshta</dc:creator>
		<pubDate>Fri, 28 Jan 2011 09:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=107#comment-3805</guid>
		<description>What steps will reproduce the problem?
1.Have a check box on first column and map it to boolean field from the VO Object 
2. Have column with date and have Multiple duplicate values in that column
3. apply sort on the date column
4. Select the check box and change the bollean field in VO based on user selection

What is the expected output? What do you see instead?
Check box should be selected. Instead selected row is moving to top or bottom in its group of common values.(resorting, and not able to preserve previous order among the common values(dates)

What version of the product are you using? On what operating system?
ReusableFx-20090901.zip , Windows XP


Please provide any additional information below.
As soon as updating the VO, it is firing collection change event and trying to resort on column and not able to preserve the previous order amond duplicate dates.</description>
		<content:encoded><![CDATA[<p>What steps will reproduce the problem?<br />
1.Have a check box on first column and map it to boolean field from the VO Object<br />
2. Have column with date and have Multiple duplicate values in that column<br />
3. apply sort on the date column<br />
4. Select the check box and change the bollean field in VO based on user selection</p>
<p>What is the expected output? What do you see instead?<br />
Check box should be selected. Instead selected row is moving to top or bottom in its group of common values.(resorting, and not able to preserve previous order among the common values(dates)</p>
<p>What version of the product are you using? On what operating system?<br />
ReusableFx-20090901.zip , Windows XP</p>
<p>Please provide any additional information below.<br />
As soon as updating the VO, it is firing collection change event and trying to resort on column and not able to preserve the previous order amond duplicate dates.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

