<?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: using addJSONData, scroll and loadonce at same time</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/using-addjsondata-scroll-and-loadonce-at-same-time</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/using-addjsondata-scroll-and-loadonce-at-same-time/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>suleymand on using addJSONData, scroll and loadonce at same time</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/using-addjsondata-scroll-and-loadonce-at-same-time#p22865</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/using-addjsondata-scroll-and-loadonce-at-same-time#p22865</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>in my&#160; web application i am already using jqgrid since version 3.5.</p>
<p>forexample at my search windows when screen loading i am opening jqgrid with no data. after seach parameter entered i make ajax request and with other ajax response grid content has come as json object</p>
<p>so i populate grid with addJSONData metod such as ;</p>
<p>var mygrid = jQuery("#"+objeId)[0];</p>
<p>var data&#160; = {"page":"1","total":0,"records":0,"rows":[{"id":"1","cell":["1-480","1884","BASYAYLA"]},{"id":"2","cell":["2-481","1983","SARIVELILER"]}]};</p>
<p>// data variable has return from ajax request.<br />mygrid.addJSONData(data);</p>
</p>
<p>But when i work with big dataset. there is problem. Grid evulation process taken so many time.</p>
<p>i see at new version there is loadonce and scroll metod.</p>
</p>
<p>i try to use these metod but i am not able to success.</p>
<p>How could i use addJSONData, scroll and loadonce at same time.</p>
]]></description>
        	        	<pubDate>Tue, 19 Apr 2011 14:44:11 +0300</pubDate>
        </item>
</channel>
</rss>