<?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: How To use JQgrid Without any server side language</title>
	<link>http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/how-to-use-jqgrid-without-any-server-side-language</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/jqgrid-roadmap/how-to-use-jqgrid-without-any-server-side-language/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on How To use JQgrid Without any server side language</title>
        	<link>http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/how-to-use-jqgrid-without-any-server-side-language#p29487</link>
        	<category>jqGrid Roadmap</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/how-to-use-jqgrid-without-any-server-side-language#p29487</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks Oleg. Glad to see you again.</p>
</p>
<p>Regards</p></p>
]]></description>
        	        	<pubDate>Wed, 18 Sep 2013 11:38:09 +0300</pubDate>
        </item>
        <item>
        	<title>mohsin on How To use JQgrid Without any server side language</title>
        	<link>http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/how-to-use-jqgrid-without-any-server-side-language#p29482</link>
        	<category>jqGrid Roadmap</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/how-to-use-jqgrid-without-any-server-side-language#p29482</guid>
        	        	<description><![CDATA[<p>thanks Oleg &#160; &#160;<img class="spSmiley" style="margin:0" title="Laugh" src="/blog/wp-content/forum-smileys/sf-laugh.gif" alt="Laugh" />&#160; &#160;<img class="spSmiley" style="margin:0" title="Laugh" src="/blog/wp-content/forum-smileys/sf-laugh.gif" alt="Laugh" />&#160; &#160;<img class="spSmiley" style="margin:0" title="Laugh" src="/blog/wp-content/forum-smileys/sf-laugh.gif" alt="Laugh" />. &#160;it resolves my problem .</p>
<p><span style="white-space: pre;"> </span><img class="spSmiley" style="margin:0" title="Laugh" src="/blog/wp-content/forum-smileys/sf-laugh.gif" alt="Laugh" />&#160; <img class="spSmiley" style="margin:0" title="Laugh" src="/blog/wp-content/forum-smileys/sf-laugh.gif" alt="Laugh" /></p>
<p><span style="white-space: pre;"> </span>&#160; &#160;<img class="spSmiley" style="margin:0" title="Laugh" src="/blog/wp-content/forum-smileys/sf-laugh.gif" alt="Laugh" /></p>
]]></description>
        	        	<pubDate>Tue, 17 Sep 2013 15:03:32 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on How To use JQgrid Without any server side language</title>
        	<link>http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/how-to-use-jqgrid-without-any-server-side-language#p29481</link>
        	<category>jqGrid Roadmap</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/how-to-use-jqgrid-without-any-server-side-language#p29481</guid>
        	        	<description><![CDATA[<p>Hi mohsin,</p>
<p>I would interpret your original question like Tony did: loading local JacaScript data. If you do need to load data from some public server then you should typically use JSONP. See <a href="http://stackoverflow.com/a/4326986/315935" target="_blank">the answer</a>, <a href="http://stackoverflow.com/a/15521572/315935" target="_blank">this one</a>, <a href="http://stackoverflow.com/a/9588051/315935" target="_blank">this one</a>&#160;and many other examples. The exact way of usage parameters of URL depend on the server from which you load the data.</p>
<p>I just tried to load data from <a href="http://ws.geonames.org/searchJSON" target="_blank">http://ws.geonames.org/searchJSON</a>&#160;and it works. <a href="http://www.ok-soft-gmbh.com/jqGrid/JsonPGeo.htm" target="_blank">The demo</a> uses one parameter (<strong>maxRows</strong>) which I found <a href="http://www.geonames.org/export/geonames-search.html" target="_blank">here</a>. It seems that geonames.org supports server side paging of data (<strong>startRow</strong> and <strong>maxRows</strong> options). So it seems possible to load the page of data from the server too and not use <strong>loadonce: true</strong> option which I used in my demo. Look at <a href="http://stackoverflow.com/a/15979809/315935" target="_blank">the answer</a> which describes the usage of&#160;<strong>serializeGridData</strong> callback (for another server!!!) to implement very close scenario. In the way you can create grids corresponds your exact requirements.</p>
<p>Best regards<br />Oleg</p>
]]></description>
        	        	<pubDate>Tue, 17 Sep 2013 13:06:24 +0300</pubDate>
        </item>
        <item>
        	<title>mohsin on How To use JQgrid Without any server side language</title>
        	<link>http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/how-to-use-jqgrid-without-any-server-side-language#p29480</link>
        	<category>jqGrid Roadmap</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/how-to-use-jqgrid-without-any-server-side-language#p29480</guid>
        	        	<description><![CDATA[<p>I already try this But its not working i am fetching data from <a href="http://ws.geonames.org/searchJSON" target="_blank">http://ws.geonames.org/searchJSON</a>&#160; .Kindly help me to figure out this problem .</p>
<p>Regards&#160;</p>
]]></description>
        	        	<pubDate>Tue, 17 Sep 2013 08:08:43 +0300</pubDate>
        </item>
        <item>
        	<title>tony on How To use JQgrid Without any server side language</title>
        	<link>http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/how-to-use-jqgrid-without-any-server-side-language#p29476</link>
        	<category>jqGrid Roadmap</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/how-to-use-jqgrid-without-any-server-side-language#p29476</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>You can look at our demos <a href="http://trirand.com/blog/jqgrid/jqgrid.html" target="_blank">here</a></p>
<p>See Loading data item</p>
<p>Also you can check the documentation on how to work with <a href="/jqgridwiki/doku.php?id=wiki:retrieving_data" target="_blank">local data</a></p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Mon, 16 Sep 2013 18:41:51 +0300</pubDate>
        </item>
        <item>
        	<title>mohsin on How To use JQgrid Without any server side language</title>
        	<link>http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/how-to-use-jqgrid-without-any-server-side-language#p29474</link>
        	<category>jqGrid Roadmap</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/how-to-use-jqgrid-without-any-server-side-language#p29474</guid>
        	        	<description><![CDATA[<p>I want to Populate data from JSON by using javascript(<strong>BackBone.js</strong>) and Display the grid on simple HTML .SO kindly someone told me How to do that .</p>
<p>Thanks <img class="spSmiley" style="margin:0" title="Laugh" src="/blog/wp-content/forum-smileys/sf-laugh.gif" alt="Laugh" /><img class="spSmiley" style="margin:0" title="Laugh" src="/blog/wp-content/forum-smileys/sf-laugh.gif" alt="Laugh" /></p></p>
]]></description>
        	        	<pubDate>Mon, 16 Sep 2013 15:51:21 +0300</pubDate>
        </item>
</channel>
</rss>