﻿<?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 identify that whether a particular cell value in a row is modified or not ?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-identify-that-whether-a-particular-cell-value-in-a-row-is-modified-or-not-/</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 identify that whether a particular cell value in a row is modified or not ?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-identify-that-whether-a-particular-cell-value-in-a-row-is-modified-or-not-/</link><pubDate>Tue, 30 Mar 2010 23:27:48 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;As far I know, oldValue and oldText are used in client side. &lt;br /&gt;When update, in proper client side event, we can get oldValue and oldText.&lt;br /&gt;&lt;br /&gt;You could not use in IntializeRow event because those event already called before update ( such as initialize event ). No wonder the value always null.&lt;br /&gt;&lt;br /&gt;You could not also use in button click server side event because the value was already updated and those properties are designed for client side.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>How to identify that whether a particular cell value in a row is modified or not ?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-identify-that-whether-a-particular-cell-value-in-a-row-is-modified-or-not-/</link><pubDate>Tue, 30 Mar 2010 00:32:40 GMT</pubDate><dc:creator>desaigs81</dc:creator><description>&lt;p&gt;we are using WebGrid 7 in SharePoint web part where we are programatically rendering the web grid.&lt;/p&gt;
&lt;p&gt;We have made inline editing enabled for few columns. Using updaterow i can figure out that which row was modified by user but how do i figure out that whether a cell value was modified by user ?&lt;/p&gt;
&lt;p&gt;I know on initializerow even i get cell's oldValue and Value , oldText and Text but when on click of some button i try to access cell value for a perticular row the oldValu or oldText is always null   !!!!&lt;/p&gt;
&lt;p&gt;two questions in nutshell&lt;/p&gt;
&lt;p&gt;1) What is the basic different between oldText and oldValue, when to use what&lt;/p&gt;
&lt;p&gt;2) How do i get old value of a cell not on intitializerow event but on some server control like button's click event wher at one shot i get alll the modified cell's value ?&lt;/p&gt;
&lt;p&gt;Looking forward for some help.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>