<?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: jqGrid loading customization</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-loading-customization</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/jqgrid-loading-customization/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on jqGrid loading customization</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-loading-customization#p16675</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-loading-customization#p16675</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Open the grid code and look at beginReq and endReq functions</p>
<p>Regards</p>
<p>Tony</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">
<div id="post16562">
<p>Here&#39;s what the code does: I bind a collection of objects to the grid the usual way. But then in <strong>afterInsertRow</strong>, I manually add a row after each bound row using <strong>addRowData </strong>containing links to manage the data in the row above.</p>
</p>
<p>I now believe the problem is not with the JSON data but with a change to something else. With 3.6.1, I can break inside <strong>afterInsertRow</strong> and see that:</p>
<p>rowid = an integer</p>
<p>rowdata = my columns</p>
<p>rowelem = the underlying object bound to the row</p>
</p>
<p>But with 3.6.4, I can break inside <strong>afterInsertRow </strong>and see the same results as but only every other time. The remaining times I see that:</p>
<p>rowid = an object whose properties suggests its the grid itself</p>
<p>rowdata = a string with the rowid of the row I last manually added</p>
<p>rowelem = the row I last manually added</p>
</p>
<p>I think the difference is that in 3.6.1, the <strong>addRowData </strong>inside <strong>afterInsertRow </strong>didn&#39;t call <strong>afterInsertRow </strong>but in 3.6.4 it does. Can anyone confirm this? Can I call <strong>addRowData </strong>in a way that doesn&#39;t trigger <strong>afterInsertRow</strong>?beginReqbeginReq</p>
</div>
</div>
]]></description>
        	        	<pubDate>Mon, 26 Apr 2010 12:55:34 +0300</pubDate>
        </item>
        <item>
        	<title>Vishal on jqGrid loading customization</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-loading-customization#p16571</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-loading-customization#p16571</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I have jqGrid fully working and again its just great!! Is there any way I can create a fading effect everytime grid loads. Currently I am using the default "Loading..." image but I would like to be able to fade out the whole screen and just show "Loading..". Please let me know if that can be done and which code I will have to modify or if someone already has done that.</p>
</p>
<p>Thanks,</p>
<p>V<img class="spSmiley" style="margin:0" title="Confused" src="/blog/wp-content/forum-smileys/sf-confused.gif" alt="Confused" /></p>
]]></description>
        	        	<pubDate>Tue, 20 Apr 2010 20:21:29 +0300</pubDate>
        </item>
</channel>
</rss>