<?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: Aborting the ajax call</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/aborting-the-ajax-call</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/aborting-the-ajax-call/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Aborting the ajax call</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/aborting-the-ajax-call#p2103</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/aborting-the-ajax-call#p2103</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Actually this is good recommendation.</p>
<p>Thank you. I will see how will implent this.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 18 Sep 2008 11:38:02 +0300</pubDate>
        </item>
        <item>
        	<title>Renso on Aborting the ajax call</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/aborting-the-ajax-call#p2102</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/aborting-the-ajax-call#p2102</guid>
        	        	<description><![CDATA[<p>Thank you Tony! I would like to enable client side validation if only it for adding our own validation functions as in my example above. I would hate for request to travel all the way to the server just to find out the request was invalid in the first place<img class="spSmiley" style="margin:0" title="Cry" src="/blog/wp-content/plugins/simple-forum/tinymce/plugins/emotions/img/smiley-cry.gif" border="0" alt="Cry" /> Can you extend the sval to inherit the same editrules options and trigger the same event for validation as on editting a row?</p>
<p>Again thank you for a great control!</p>
]]></description>
        	        	<pubDate>Thu, 18 Sep 2008 10:54:38 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Aborting the ajax call</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/aborting-the-ajax-call#p2098</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/aborting-the-ajax-call#p2098</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I highly recommend to check this server side.</p>
<p>I will think how I can add something like beforeSearch Event</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 18 Sep 2008 09:51:01 +0300</pubDate>
        </item>
        <item>
        	<title>Renso on Aborting the ajax call</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/aborting-the-ajax-call#p2096</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/aborting-the-ajax-call#p2096</guid>
        	        	<description><![CDATA[<p>Scenario: Abort the request if the value typed into the sval field during a search is not numeric (see the code below).</p>
<p>Problem: When I look in Firebug the request still seems to stay open (loading image on GET request still spins).</p>
<p>Can I check earlier (is there an earlier event I can attach my validation to) or do I need to do more than xhr.abort()?</p>
<p>&#160;&#160;&#160;<strong>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; loadBeforeSend: function(xhr)&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; if ($(&#39;#snames&#39;).val() == &#39;Id&#39;)<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; if (isNaN($(&#39;#sval&#39;).val())) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; alert(&#39;Sorry the value for Id must be numeric&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<span style="color: #ff0000;">&#160;&#160; xhr.abort();</span><br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },</strong></p>
]]></description>
        	        	<pubDate>Thu, 18 Sep 2008 09:39:44 +0300</pubDate>
        </item>
</channel>
</rss>