﻿<?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 can I tell if the row is New Row in the Client-Side OnExitEditMode?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-can-I-tell-if-the-row-is-New-Row-in-the-Client-Side-OnExitEditMode/</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 can I tell if the row is New Row in the Client-Side OnExitEditMode?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-can-I-tell-if-the-row-is-New-Row-in-the-Client-Side-OnExitEditMode/</link><pubDate>Fri, 14 May 2010 10:07:37 GMT</pubDate><dc:creator>andi@intersoftpt.com</dc:creator><description>&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Hi Douglas,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; Here is the snippet in order to get the type of "NewRow" on OnExitEditMode client side event:&lt;/span&gt;&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;&lt;span style="font-size: 9pt; "&gt;        function WebGrid1_OnExitEditMode(controlId, tblName, editObject) {
            var WebGrid1 = ISGetObject(controlId);
            alert(editObject.ToCellObject().Row.Type);
            return true;
        }&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;I hope it helps. Thank you and have a nice day.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Best Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Andi Santoso&lt;/span&gt;&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>How can I tell if the row is New Row in the Client-Side OnExitEditMode?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-can-I-tell-if-the-row-is-New-Row-in-the-Client-Side-OnExitEditMode/</link><pubDate>Fri, 14 May 2010 07:38:32 GMT</pubDate><dc:creator>DJBadin</dc:creator><description>&lt;p&gt;How can I tell if the row is a New Row in the Client-Side OnExitEditMode?&lt;/p&gt;
&lt;p&gt;I see in the Client-Side OnRowSelect I can use:&lt;/p&gt;
&lt;p&gt;rowEl.getAttribute("type") == "NewRow"&lt;/p&gt;
&lt;p&gt;I can't figure out how to do this in OnExitEditMode.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Doug&lt;/p&gt;</description></item></channel></rss>