﻿<?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 - Problem with requesting unmodified rowchanges</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Problem-with-requesting-unmodified-rowchanges/</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>Problem with requesting unmodified rowchanges</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Problem-with-requesting-unmodified-rowchanges/</link><pubDate>Sun, 07 Mar 2010 22:31:26 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebGrid</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Glad to hear the good news.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;I have informed your valuable feedback to WebGrid development team.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Should you need further assistance or run into any problems regarding our controls, feel free to post it into our forum. We would be happy to assist you again.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Problem with requesting unmodified rowchanges</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Problem-with-requesting-unmodified-rowchanges/</link><pubDate>Fri, 05 Mar 2010 06:55:40 GMT</pubDate><dc:creator>hermancordes@gmail.com</dc:creator><category>WebGrid</category><description>&lt;p&gt;Logical and of course I agree. But I found it somewhat strange, because the possibility is given to request unmodified rows.&lt;/p&gt;
&lt;p&gt;Thanks for the clarification though.&lt;/p&gt;</description></item><item><title>Problem with requesting unmodified rowchanges</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Problem-with-requesting-unmodified-rowchanges/</link><pubDate>Fri, 05 Mar 2010 06:18:35 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebGrid</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;&lt;i&gt;GetChanges&lt;/i&gt;(RowState rowState) method returns all pending changes with given row state. The &lt;i&gt;RowState&lt;/i&gt; enumeration includes the following values: Added, Modified, and Deleted.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Unmodified is used as the default value of WebGrid RowState, but RowState.Unmodified will not available in GetChanges() method since RowState enumeration in GetChanges method only list down rows that being added, edited, and/or deleted.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Hope this helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Problem with requesting unmodified rowchanges</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Problem-with-requesting-unmodified-rowchanges/</link><pubDate>Thu, 04 Mar 2010 04:13:56 GMT</pubDate><dc:creator>hermancordes@gmail.com</dc:creator><category>WebGrid</category><description>&lt;p&gt;Just found a strange behaviour of the WebGrid when requesting rowchanges on postback. All added and deleted rowchanges show up in the list of changes. However, the unmodified changes (which obviously isn't a change, but it's possible to request those changes) won't show up in the list.&lt;/p&gt;
&lt;p&gt;Am I doing something wrong, am I interpreting it wrong or is there another reason it doesn't work?&lt;/p&gt;&lt;pre&gt;WebGrid grid = (WebGrid) this.MessageFormView.FindControl("WebGrid1", true);
List&amp;lt;WebGridRowChanges&amp;gt; list = grid.GetChanges(RowState.Added | RowState.Deleted | RowState.Unmodified);&lt;/pre&gt;
&lt;p&gt;Thanks for replies.&lt;/p&gt;</description></item></channel></rss>