﻿<?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 - OnAddRowFailureOrException</title><link>http://www.intersoftsolutions.com/Community/WebGrid/OnAddRowFailureOrException/</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>OnAddRowFailureOrException</title><link>http://www.intersoftsolutions.com/Community/WebGrid/OnAddRowFailureOrException/</link><pubDate>Fri, 16 Oct 2009 02:41:38 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Currently, if there is any error back from server, you can handle the error message OnUnhandledError client side event.&lt;/p&gt;&lt;p&gt;e.g&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;function WebGrid1_OnUnhandledError(controlId, tblName, lastRequestObject, errorString)
{
      var WebGrid1 = ISGetObject(controlId); 
      window.setTimeout("replaceError()",50);
      return true;
}
function replaceError()
{
            var errorMessage = document.getElementById("wg_ErrorMsg");
            errorMessage.innerText = "Your Own Error Message";
}
 
&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>OnAddRowFailureOrException</title><link>http://www.intersoftsolutions.com/Community/WebGrid/OnAddRowFailureOrException/</link><pubDate>Tue, 13 Oct 2009 04:43:30 GMT</pubDate><dc:creator>sivaprasath.mugunthu</dc:creator><description>&lt;p&gt;in the grid, i have  OnAddRow,OnUpdateRow,OnDeleteRow event. Suppose on update row, i found some problem with the data or any exception occurs, how can i notify to the client that problem occured in the server?&lt;/p&gt;</description></item></channel></rss>