<?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 Tutorial</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-tutorial</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-tutorial/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>OlegK on jqGrid Tutorial</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-tutorial#p28293</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-tutorial#p28293</guid>
        	        	<description><![CDATA[<p>You are welcome!</p>
<p>One more clear bug in the posted code is the usage of <strong>&#60;meta charset="utf-8"&#62;</strong> before <strong>&#60;head&#62;</strong>. I recommend you to validate posted HTML code in <a href="http://validator.w3.org/" rel="nofollow" target="_blank">http://validator.w3.org/</a> and validate JavaScript code on <a href="http://www.jslint.com/" rel="nofollow" target="_blank">http://www.jslint.com/</a> or <a href="http://www.jshint.com/" rel="nofollow" target="_blank">http://www.jshint.com/</a>.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Fri, 15 Feb 2013 13:00:24 +0200</pubDate>
        </item>
        <item>
        	<title>Jeeni Software on jqGrid Tutorial</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-tutorial#p28292</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-tutorial#p28292</guid>
        	        	<description><![CDATA[<p>OK, will update over the next few days.</p>
<p>Thanks for the feedback.</p>
]]></description>
        	        	<pubDate>Fri, 15 Feb 2013 12:49:04 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on jqGrid Tutorial</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-tutorial#p28289</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-tutorial#p28289</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I find in general very good to share his exerience with other people, but it&#39;s better to post more correct examples. I am not Spring MVC developer and not Java developer at all, but some clear errors I could see in the example which you posted <a href="http://www.jeenisoftware.com/jquery-jqgrid-json-example/" target="_blank">here</a>:</p>
<ul>
<li>you use very old version 1.4.4&#160;of jQuery in the demo. Moreover you used in the same demo <a href="http://jqueryui.com/" target="_blank">jQuery UI 1.10</a> which supports only jQuery starting with 1.6. So you should update the code to use for example jQuery 1.9.1.</li>
<li>the server response of the server contains clear wrong data for <strong>records</strong>. The picture can display 20 rows per page and shows 4 rows. On the other side one can see "View 1 - 4 of 8" in the status. It&#39;s wrong information (see the line <em>int totalNumberOfRecords = 8</em> in your code). You should modify your code to calculate <strong>total</strong> and <strong>records</strong> filed of the server response based on the number of records and the page size (<strong>rows</strong>).</li>
<li>I recommend you include following options to jqGrid: <strong>height: "auto", gridview: true, autoencode: true,&#160;sortname: "firstName"</strong>.</li>
<li>you use in the demo <strong>index</strong> properties in <strong>colModel</strong> the same as the value of name property. I recommend you remove such <strong>index</strong> properties from <strong>colModel</strong>.</li>
<li>you should include at least sorting of output data which you return</li>
<li>I recommend you to use <strong>loadonce: true</strong> option if you provide the code without paging and filtering of the data.</li>
</ul>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Fri, 15 Feb 2013 11:44:37 +0200</pubDate>
        </item>
        <item>
        	<title>Jeeni Software on jqGrid Tutorial</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-tutorial#p28285</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-tutorial#p28285</guid>
        	        	<description><![CDATA[<p>Thought some of you guys might find a tutorial/example I put together for using the jqGrid with a backend JSON feed. The backend is based on Spring MVC.&#160; The example uses JQuery and a select box to update the jqGrid contents. Hope you find it helpful.</p>
</p>
<p><a href="http://www.jeenisoftware.com/jquery-jqgrid-json-example/" rel="nofollow" target="_blank"><a href="http://www.jeenisoftware.com/j" rel="nofollow">http://www.jeenisoftware.com/j</a>.....n-example/</a></p></p>
]]></description>
        	        	<pubDate>Thu, 14 Feb 2013 19:05:37 +0200</pubDate>
        </item>
</channel>
</rss>