﻿<?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 - Webgrid - Pending Changes</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid---Pending-Changes/</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>Webgrid - Pending Changes</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid---Pending-Changes/</link><pubDate>Wed, 06 Jan 2010 21:32:36 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;When you press tab, it will next into next editted cell. You will need to exit edit mode when press tab. With this way, WebGrid will recognize it as penidng changes at status bar.&lt;/p&gt;&lt;p /&gt;&lt;pre&gt;function WebGrid1_OnEditKeyDown(controlId)
{
			
	var grid = ISGetObject(controlId);
	if (event.keyCode == "9") {
	    window.setTimeout(function() { grid.ExitEdit(1, 0, 0); }, 800);
	}
	return true;
}&lt;/pre&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>Webgrid - Pending Changes</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid---Pending-Changes/</link><pubDate>Wed, 06 Jan 2010 10:14:37 GMT</pubDate><dc:creator>jcrendulic</dc:creator><description>&lt;p&gt;I am using the WebGrid 7 R2.  I have a problem that when I update a cell value in the Webgrid and tab to the next cell the status bar does not show that I have any pending changes yet.  It does not send to recognize that I have any changes until I click on another row.  Is there any way to force the pending changes to update with a tab to the next cell?  I have tried this, but it does not seem to update the pending changes.&lt;/p&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;
if&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; (OrigValue != NewValue) { cellObject.CellElement.style.font.bold = &lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;true&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;; cellObject.CellElement.style.color = &lt;/span&gt;&lt;span style="font-size: 13px; color: #a31515"&gt;&lt;span style="font-size: 13px; color: #a31515"&gt;"black"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;; &lt;p&gt;selectedRow.SetDataChanged();&lt;/p&gt;&lt;p&gt;WebGrid1.MarkEdit();&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;/span&gt;</description></item></channel></rss>