﻿<?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 - newValue</title><link>http://www.intersoftsolutions.com/Community/Tags/newValue/</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>Get newValue Issue</title><link>http://www.intersoftsolutions.com/Community/Tags/newValue/</link><pubDate>Wed, 01 Dec 2010 22:19:44 GMT</pubDate><dc:creator>qq397472251</dc:creator><category>WebGrid</category><category>newValue</category><description>&lt;p&gt;When I have edited the cell and Press Enter key, I want to get the cell'S newEditvalue,but It is oldvalue.&lt;br /&gt;See the picture and the code below.&lt;br /&gt;&lt;strong&gt;Could you please give me a demo that how can I get the editing value?? &lt;br /&gt;(Such as 'mzd33') &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;pre&gt;        function PopupOtherPageGrid() {
          var grid = ISGetObject("WebGrid1");        
          var curCell = grid.GetActiveEditCell().cellIndex;  
          var WebDialogBox2 = ISGetObject("WebDialogBox1");      
          var activeCell = grid.GetActiveEditCell(); 
          var cellText=activeCell.ToCellObject().Value;   
          if(event.keyCode == 13&amp;amp;&amp;amp;curCell==2)
          { 
          alert("newValue is "&amp;#43;cellText)
//          WebDialogBox2.SetContentURL("PopPage.aspx?name="&amp;#43;cellText);
//          WebDialogBox2.ShowDialog();     
          }
          }   
&lt;/pre&gt;</description></item></channel></rss>