﻿<?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 - Get newValue Issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Get-newValue-Issue/</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/WebGrid/Get-newValue-Issue/</link><pubDate>Mon, 06 Dec 2010 02:11:47 GMT</pubDate><dc:creator>qq397472251</dc:creator><category>WebGrid</category><category>newValue</category><description>&lt;p&gt;&lt;span class="postusername"&gt;thank you,&lt;a class="contentlink" href="http://www.intersoftpt.com/Community/Users/MarTin/"&gt;&lt;span style="color: #165fa7; font-size: 15px"&gt;Martin Lie&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;IT WORKS NOW&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Get newValue Issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Get-newValue-Issue/</link><pubDate>Fri, 03 Dec 2010 04:34:50 GMT</pubDate><dc:creator>MarTin</dc:creator><category>WebGrid</category><category>newValue</category><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have attached a sample file for your reference. In this sample, WebGrid is bound to Customers table using ISDataSource control.&lt;/p&gt;
&lt;p&gt;In my case, the code is working. I'm using GetActiveEditCell() method to get the active cell object, and get the edit value afterwards.&lt;/p&gt;&lt;pre&gt;function DisplayEdit()
{
   var grid = ISGetObject("WebGrid1");
   var ActiveEditCell = grid.GetActiveEditCell();
   alert(ActiveEditCell.ToCellObject().Value);
}&lt;/pre&gt;
&lt;p&gt;Hope this helps. Thank you.&lt;/p&gt;</description></item><item><title>Get newValue Issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Get-newValue-Issue/</link><pubDate>Thu, 02 Dec 2010 20:09:40 GMT</pubDate><dc:creator>qq397472251</dc:creator><category>WebGrid</category><category>newValue</category><description>&lt;p&gt;Does everyone  help me????&lt;/p&gt;</description></item><item><title>Get newValue Issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Get-newValue-Issue/</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>