<?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: this.call is not a function </title>
	<link>http://www.trirand.com/blog/?page_id=393/help/thiscall-is-not-a-function</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/thiscall-is-not-a-function/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on this.call is not a function </title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/thiscall-is-not-a-function#p10442</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/thiscall-is-not-a-function#p10442</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Read carefully what gridview option do and when should be applied:</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....ki:options</a></p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 06 Oct 2009 06:06:29 +0300</pubDate>
        </item>
        <item>
        	<title>virappon on this.call is not a function </title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/thiscall-is-not-a-function#p10390</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/thiscall-is-not-a-function#p10390</guid>
        	        	<description><![CDATA[<p>When i am loading the page with following grid I am getting an error in firefox error console- "this.call is not a function".</p>
<p>when the page is loading for first time, though the  firefox error console shows the error messae page loads perfectly.</p>
<p>but when i use the browser back button to go to this same page it breakes.</p>
</p>
<p>following is the code to load the grid.</p>
</p>
<p>function LoadCustomerSearchGrid(){</p>
<p>&#160; //debugger;<br />&#160;<br />&#160;&#160;&#160; jQuery("#tblCustList").jqGrid({<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; url: &#39;Handlers/SearchCustomer.ashx&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; datatype: "json",<br />&#160;&#160;&#160; &#160;&#160;&#160; //type: &#39;POST&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; height: "300",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; width:"900",<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; colNames:[&#39;SOL Id&#39;, &#39;AC Id&#39;, &#39;Cust. Id&#39;, &#39;AC Name&#39;, &#39;AC Short Name&#39;, &#39;Schm.Type&#39;,&#39;Schm.Desc&#39;,&#39;Bal Amt.&#39;],<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; //colNames:[&#39;Column01&#39;],<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; colModel:[<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;Column01&#39;,index:&#39;Column01&#39;, editable:true,width:55, sortable:false} ,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;Column02&#39;,index:&#39;Column02&#39;, editable:true,width:125, sortable:false}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;Column03&#39;,index:&#39;Column03&#39;, editable:true,width:70, sortable:false}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;Column04&#39;,index:&#39;Column04&#39;, editable:true, sortable:false}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;Column05&#39;,index:&#39;Column05&#39;, editable:true,width:90, sortable:false}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;Column06&#39;,index:&#39;Column06&#39;, editable:true,width:90, sortable:false},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;Column07&#39;,index:&#39;Column07&#39;, editable:true,width:90, sortable:false},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;Column08&#39;,index:&#39;Column08&#39;, editable:true,width:90,formatter:&#39;currency&#39;,align:&#39;right&#39;, sortable:false}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; ],<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; rowNum:50,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; rowList:[10,20,30,40,50], <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; autowidth: false,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; viewrecords: true, <br />&#160;&#160;&#160; &#160;&#160;&#160; jsonReader:{<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; root: "itemrows",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; page: "currentpage",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; total: "totalpages",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; records: "pagerecords",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; repeatitems: false<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; },</p>
<p>&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; pager: jQuery(&#39;#divCustListPager&#39;),&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; caption:"Customer Search Reasult" ,<br />&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; toolbar: [true,"bottom"], <br />&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; beforeRequest: function(){<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; varStartTime= new Date().getTime();<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; } ,<br />&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; loadComplete: function() { </p>
<p>&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; var varLoadTime=new Date().getTime();<br />&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; $("#t_tblCustList").css("text-align","right").html("Data received from Finacle DR server in "+(varLoadTime-varStartTime)+" miliseconds."); <br />&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; } ,<br />&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; afterInsertRow: function(rowid, aData){ </p>
<p>&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160; var varCusIDCellData="&#60;a href=&#39;CustomerGeneralDetails.aspx?CustId="+aData.Column03+"&#39;&#62;"+aData.Column03+"&#60;/a&#62;";<br />&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#tblCustList").setCell(rowid,&#39;Column03&#39;,varCusIDCellData,{color:&#39;green&#39;});<br />&#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;&#160;&#160;&#160;&#160; var varAcIDCellData="&#60;a href=&#39;CustDetailsByACID.aspx?CustId="+aData.Column02+"&#39;&#62;"+aData.Column02+"&#60;/a&#62;";<br />&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#tblCustList").setCell(rowid,&#39;Column02&#39;,varAcIDCellData,{color:&#39;green&#39;});<br />&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; <br />&#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;&#160;&#160;&#160;&#160; } <br />&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; <br />&#160;&#160;&#160; });</p>
<p>&#160; <br />}</p>
]]></description>
        	        	<pubDate>Sun, 04 Oct 2009 23:40:39 +0300</pubDate>
        </item>
</channel>
</rss>