<?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: http error handling</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/http-error-handling</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/http-error-handling/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on http error handling</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/http-error-handling#p14758</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/http-error-handling#p14758</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>It depends what you output if your session by example expire.</p>
<p>For this purpose you can use the loadError event in the grid. Also define a custom function and redirect the user to login page.</p>
<p>More you can find here:</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:events" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....iki:events</a></p>
<p>Best Regards</p>
<p>Tony</p></p>
]]></description>
        	        	<pubDate>Fri, 12 Feb 2010 18:20:22 +0200</pubDate>
        </item>
        <item>
        	<title>lpambagoda on http error handling</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/http-error-handling#p14670</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/http-error-handling#p14670</guid>
        	        	<description><![CDATA[<p>HI,</p>
</p>
<p>I have jqgrid used with json data which is refreshed/navigated by jqgrid itself as follows.</p>
</p>
<p>&#160;&#160;&#160; //construct grid<br />&#160;&#160; &#160;$("#tblMyGrid").jqGrid({<br />&#160;&#160; &#160;&#160;&#160; &#160;url:&#39;studentlist.php&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;datatype: "json",<br />&#160;&#160; &#160;&#160;&#160; &#160;jsonReader : {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160; root: "rows", <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160; page: "page",<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160; total: "total",<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160; records: "records",<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160; repeatitems: false,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160; id: "0"&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160; &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;}, <br />&#160;&#160; &#160;&#160;&#160; &#160;height: 197, ..........</p>
</p>
<p>Now lets say I loaded the grid and keep it for long time and access the grid again (lets say I refresth the gird). But since I kept the application idle for long time it has got logged out. So my jqgrid getting hanged with "loading ..." text. I need to capture this kind of</p>
<p>situations and need to direct to the login page back the user. Do we have any mechanism in jqgrid to capture this kind of situations ?</p>
</p>
<p>Thanks and Best Regards</p>
<p>Lasantha</p>
]]></description>
        	        	<pubDate>Wed, 10 Feb 2010 09:30:58 +0200</pubDate>
        </item>
</channel>
</rss>