<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: error callback</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/error-callback</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/error-callback/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on error callback</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/error-callback#p17245</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/error-callback#p17245</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You do not need to google it, simple look here for the available events:</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:form_editing#delgridrow" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....delgridrow</a></p>
]]></description>
        	        	<pubDate>Mon, 17 May 2010 22:33:00 +0300</pubDate>
        </item>
        <item>
        	<title>nielsilmer on error callback</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/error-callback#p17211</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/error-callback#p17211</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>I delete rows with this function:</p>
</p>
<p>function deleteRow(){</p>
<p style="padding-left: 30px;">rows = jQuery("#category_grid").getGridParam(&#39;selarrrow&#39;);</p>
<p style="padding-left: 30px;">if( rows.length&#62;0){</p>
<p style="padding-left: 60px;">jQuery(&#39;#category_grid&#39;).delGridRow(rows,{</p>
<p style="padding-left: 90px;">msg:&#39;Verwijderen geselecteerde rijen?&#39;</p>
<p style="padding-left: 60px;">});</p>
<p style="padding-left: 30px;">}else{</p>
<p style="padding-left: 60px;">alert("Selecteer eerst een rij om te verwijderen!");</p>
<p style="padding-left: 30px;">}</p>
<p>}eptio <br /> but when it&#39;s fails in my php, server side and a excn is thrown. The errormessage looks not nice. How can i show errotext in the dialog box? or catch an error message after an ajax call?</p>
</p>
<p>At the moment the error message looks like: error Status: &#39;CDbException&#39;. Error code: 500</p>
<p>When i googled i found a event of the delGridRow function called errorTextFormat. Is this the event where i&#39;m looking for? Can someone please give me an example of the implementation of this event?</p>
</p>
<p>greetings</p>
</p>
<p>niels</p></p>
]]></description>
        	        	<pubDate>Mon, 17 May 2010 10:53:57 +0300</pubDate>
        </item>
</channel>
</rss>