<?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 for #Sharply Flexing</title>
	<atom:link href="http://tomek.me/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://tomek.me</link>
	<description>Advanced Flex, sometimes C# but always Enterprise RIA   ...   a blog by Tom Gruszowski</description>
	<lastBuildDate>Mon, 26 Jul 2010 17:27:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Creating an Enterprise Flex Grid – Dynamic dataProvider properties (part 2) by TomeK</title>
		<link>http://tomek.me/creating-enterprise-grid-dynamic-dataprovider-properties/comment-page-1/#comment-33</link>
		<dc:creator>TomeK</dc:creator>
		<pubDate>Mon, 26 Jul 2010 17:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://tomek.me/?p=108#comment-33</guid>
		<description>Aditya, this might be better answered by just googling. The changes made in grid will already be &#039;saved&#039; in the object that represents your data which is most likely the same as the grid dataProvider.

You will need to send your data object back to backend for parsing.

My next blog post will cover detecting changes so you will have a concrete list of exactly which cells changed.</description>
		<content:encoded><![CDATA[<p>Aditya, this might be better answered by just googling. The changes made in grid will already be &#8216;saved&#8217; in the object that represents your data which is most likely the same as the grid dataProvider.</p>
<p>You will need to send your data object back to backend for parsing.</p>
<p>My next blog post will cover detecting changes so you will have a concrete list of exactly which cells changed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating an Enterprise Flex Grid – Dynamic dataProvider properties (part 2) by Aditya</title>
		<link>http://tomek.me/creating-enterprise-grid-dynamic-dataprovider-properties/comment-page-1/#comment-32</link>
		<dc:creator>Aditya</dc:creator>
		<pubDate>Wed, 21 Jul 2010 22:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://tomek.me/?p=108#comment-32</guid>
		<description>Can you please show how to save the changes made to the editable grid back to DB?</description>
		<content:encoded><![CDATA[<p>Can you please show how to save the changes made to the editable grid back to DB?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disable sort when values in Flex DataGrid change by TomeK</title>
		<link>http://tomek.me/disable-sort-on-datagrid-edit-update/comment-page-1/#comment-30</link>
		<dc:creator>TomeK</dc:creator>
		<pubDate>Mon, 21 Jun 2010 04:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://tomek.me/?p=101#comment-30</guid>
		<description>For a good FlexCoders discussion on this topic with none other then the great Alex Harui check out

http://www.mail-archive.com/flexcoders@yahoogroups.com/msg132563.html</description>
		<content:encoded><![CDATA[<p>For a good FlexCoders discussion on this topic with none other then the great Alex Harui check out</p>
<p><a href="http://www.mail-archive.com/flexcoders@yahoogroups.com/msg132563.html" rel="nofollow">http://www.mail-archive.com/flexcoders@yahoogroups.com/msg132563.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disable sort when values in Flex DataGrid change by TomeK</title>
		<link>http://tomek.me/disable-sort-on-datagrid-edit-update/comment-page-1/#comment-29</link>
		<dc:creator>TomeK</dc:creator>
		<pubDate>Mon, 21 Jun 2010 04:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://tomek.me/?p=101#comment-29</guid>
		<description>Danjy.

ListCollectionView class in Flex 4 is almost identical to the Flex 3 one. Unfortunately I&#039;m still mostly working on Flex 3 and haven&#039;t experimented with monkey patching in Flex 4. But your issue sounds like a simple case of getting monkey patching in general to work using your configuration; this a good google search can help better than I. good luck and let me know if you find something that works.</description>
		<content:encoded><![CDATA[<p>Danjy.</p>
<p>ListCollectionView class in Flex 4 is almost identical to the Flex 3 one. Unfortunately I&#8217;m still mostly working on Flex 3 and haven&#8217;t experimented with monkey patching in Flex 4. But your issue sounds like a simple case of getting monkey patching in general to work using your configuration; this a good google search can help better than I. good luck and let me know if you find something that works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disable sort when values in Flex DataGrid change by Danjy</title>
		<link>http://tomek.me/disable-sort-on-datagrid-edit-update/comment-page-1/#comment-28</link>
		<dc:creator>Danjy</dc:creator>
		<pubDate>Sat, 19 Jun 2010 18:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://tomek.me/?p=101#comment-28</guid>
		<description>Does this work with Flex 4? I tried using this technique, but when i run it as Web Application it always picks up from the Flex library and not the patch... i tried preloading ListCollectionView.as but did not help much... let me know how to get this working in Flex 4 Deployed Application... i am not using RSL</description>
		<content:encoded><![CDATA[<p>Does this work with Flex 4? I tried using this technique, but when i run it as Web Application it always picks up from the Flex library and not the patch&#8230; i tried preloading ListCollectionView.as but did not help much&#8230; let me know how to get this working in Flex 4 Deployed Application&#8230; i am not using RSL</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disable sort when values in Flex DataGrid change by TomeK</title>
		<link>http://tomek.me/disable-sort-on-datagrid-edit-update/comment-page-1/#comment-27</link>
		<dc:creator>TomeK</dc:creator>
		<pubDate>Fri, 11 Jun 2010 04:21:10 +0000</pubDate>
		<guid isPermaLink="false">http://tomek.me/?p=101#comment-27</guid>
		<description>2 questions Atul:
1) are you using RSL&#039;s? If so, it&#039;s a bit more complicated but doable; essentialy what you need to do is create a SWF of ONLY your monkey patch and load it before the Framework RSL&#039;s get loaded.

Check out James Ward&#039;s link or google.
http://www.jamesward.com/2009/03/10/flex-monkey-patching-and-framework-rsls/

2) are you are patching this inside a Flex library? If you consider copying over your file to where your main Application is. Interestingly Flex won&#039;t complain about duplicate framework files in multiple projects.

Let me know if that helped</description>
		<content:encoded><![CDATA[<p>2 questions Atul:<br />
1) are you using RSL&#8217;s? If so, it&#8217;s a bit more complicated but doable; essentialy what you need to do is create a SWF of ONLY your monkey patch and load it before the Framework RSL&#8217;s get loaded.</p>
<p>Check out James Ward&#8217;s link or google.<br />
<a href="http://www.jamesward.com/2009/03/10/flex-monkey-patching-and-framework-rsls/" rel="nofollow">http://www.jamesward.com/2009/03/10/flex-monkey-patching-and-framework-rsls/</a></p>
<p>2) are you are patching this inside a Flex library? If you consider copying over your file to where your main Application is. Interestingly Flex won&#8217;t complain about duplicate framework files in multiple projects.</p>
<p>Let me know if that helped</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disable sort when values in Flex DataGrid change by Atul</title>
		<link>http://tomek.me/disable-sort-on-datagrid-edit-update/comment-page-1/#comment-26</link>
		<dc:creator>Atul</dc:creator>
		<pubDate>Fri, 11 Jun 2010 03:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://tomek.me/?p=101#comment-26</guid>
		<description>Hi Tomek..this monkey patch works with a demo app i created but when i integrated with our project, it doesnt work. We had placed traces in the ListCollectionView to see if it is getting invoked, but it doesnt. I am suspecting there might be some build time (compile time behavior difference). Can you provide some inputs?</description>
		<content:encoded><![CDATA[<p>Hi Tomek..this monkey patch works with a demo app i created but when i integrated with our project, it doesnt work. We had placed traces in the ListCollectionView to see if it is getting invoked, but it doesnt. I am suspecting there might be some build time (compile time behavior difference). Can you provide some inputs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disable sort when values in Flex DataGrid change by TomeK</title>
		<link>http://tomek.me/disable-sort-on-datagrid-edit-update/comment-page-1/#comment-25</link>
		<dc:creator>TomeK</dc:creator>
		<pubDate>Mon, 17 May 2010 18:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://tomek.me/?p=101#comment-25</guid>
		<description>Yes you&#039;re right, I should have talked about disableAutoUpdate a bit more. It is a good first option if you don&#039;t care about propertyChanged being dispatched and updating your view. 

If you are using column footers or updating some other cells on the same row disableAutoUpdate just doesn&#039;t cut it. You need that propertyChanged to be raised so you can update your model and consequently have that update the view.

If you programmatically update the value of the model (your dataProvider ArrayCollection) and disableAutoUpdate=true, the Grid will not refresh.</description>
		<content:encoded><![CDATA[<p>Yes you&#8217;re right, I should have talked about disableAutoUpdate a bit more. It is a good first option if you don&#8217;t care about propertyChanged being dispatched and updating your view. </p>
<p>If you are using column footers or updating some other cells on the same row disableAutoUpdate just doesn&#8217;t cut it. You need that propertyChanged to be raised so you can update your model and consequently have that update the view.</p>
<p>If you programmatically update the value of the model (your dataProvider ArrayCollection) and disableAutoUpdate=true, the Grid will not refresh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disable sort when values in Flex DataGrid change by Alpana</title>
		<link>http://tomek.me/disable-sort-on-datagrid-edit-update/comment-page-1/#comment-24</link>
		<dc:creator>Alpana</dc:creator>
		<pubDate>Mon, 17 May 2010 18:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://tomek.me/?p=101#comment-24</guid>
		<description>How about using disableAutoUpdate?</description>
		<content:encoded><![CDATA[<p>How about using disableAutoUpdate?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating an Enterprise Flex Grid – Dynamic dataProvider properties (part 2) by cna training</title>
		<link>http://tomek.me/creating-enterprise-grid-dynamic-dataprovider-properties/comment-page-1/#comment-21</link>
		<dc:creator>cna training</dc:creator>
		<pubDate>Tue, 13 Apr 2010 22:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://tomek.me/?p=108#comment-21</guid>
		<description>found your site on del.icio.us today and really liked it.. i bookmarked it and will be back to check it out some more later</description>
		<content:encoded><![CDATA[<p>found your site on del.icio.us today and really liked it.. i bookmarked it and will be back to check it out some more later</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 1.408 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-09-05 08:27:53 -->
