﻿<?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 - How to get only modified rows from server side ?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-get-only-modified-rows-from-server-side-/</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>How to get only modified rows from server side ?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-get-only-modified-rows-from-server-side-/</link><pubDate>Mon, 29 Mar 2010 22:47:42 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebGrid changes</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Unfortunately, It could not be done via button click.  &lt;br /&gt;Insert,delete and update operation have already finished before clicked the button. &lt;br /&gt;That's why when we tried to get changes or cahce, they will always return null. &lt;br /&gt;&lt;br /&gt;The possible way, you will need to manage the list manually. &lt;br /&gt;My suggestion, you can save each modification in each event which I already told you into some hidden fields. When you clicked a button, you can load the saved list. Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>How to get only modified rows from server side ?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-get-only-modified-rows-from-server-side-/</link><pubDate>Mon, 29 Mar 2010 09:02:30 GMT</pubDate><dc:creator>desaigs81</dc:creator><category>WebGrid changes</category><description>&lt;p&gt;Yes, that was helpful. But is not there a way where on click of some button placed out side the grid i can get list of such modified rows ? &lt;/p&gt;&lt;p&gt;Or as you mentioned the only way is to mange list of such rows on my own ?&lt;/p&gt;</description></item><item><title>How to get only modified rows from server side ?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-get-only-modified-rows-from-server-side-/</link><pubDate>Mon, 29 Mar 2010 00:12:31 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebGrid changes</category><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;In each Insert,Update or Delete operation, you can identify the currect to on server side with AddRow,DeleteRow, and UpdateRow server side event. You can look into &lt;b&gt;&lt;i&gt;e.Row properties&lt;/i&gt;&lt;/b&gt;.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>How to get only modified rows from server side ?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-get-only-modified-rows-from-server-side-/</link><pubDate>Fri, 26 Mar 2010 00:56:21 GMT</pubDate><dc:creator>desaigs81</dc:creator><category>WebGrid changes</category><description>&lt;p&gt;We are using WebGrid 7 in our SharePoint web part where we are rendering the grid programatically.&lt;/p&gt;
&lt;p&gt;Our grid is editable and one of the feature i am looking for is to identify only those web grid rows where user has either added new data or modified existing data. &lt;/p&gt;
&lt;p&gt;How do i identify this on server side ?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>