<?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 set the Options </title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/how-to-set-the-options</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/bugs/how-to-set-the-options/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on How to set the Options </title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/how-to-set-the-options#p16797</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/how-to-set-the-options#p16797</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I do not see the toppager to be set into the code.</p>
<p>Which version do you use? the toppager is available as of version 3.6.3</p>
<p>forceFit works well - it can be seen into the demo</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 29 Apr 2010 12:14:57 +0300</pubDate>
        </item>
        <item>
        	<title>paresh on How to set the Options </title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/how-to-set-the-options#p16657</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/how-to-set-the-options#p16657</guid>
        	        	<description><![CDATA[<p>forceFit and&#160;toppager which is called in SetGridParam did not work.</p>
<p>Because forceFit is not working,&#160;hence still there is a horizontal scroll bar&#160;visible.</p>
<p>And Also even after setting the toppager to true as shown in the code above the pager didn&#39;t move at the top.</p>
<p>Hope i have cleared my question now..</p>
<p>Thanks in Advance....&#160;</p>
]]></description>
        	        	<pubDate>Mon, 26 Apr 2010 07:47:44 +0300</pubDate>
        </item>
        <item>
        	<title>tony on How to set the Options </title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/how-to-set-the-options#p16619</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/how-to-set-the-options#p16619</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Sorry I do not understand. What does not work?</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 23 Apr 2010 11:46:20 +0300</pubDate>
        </item>
        <item>
        	<title>paresh on How to set the Options </title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/how-to-set-the-options#p16603</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/how-to-set-the-options#p16603</guid>
        	        	<description><![CDATA[<p>I need to set the Options for Jqgrid like toppager, forceFit for which the "Can be changed?" value is set to "No" hence i tired it to set by adding it this way</p>
<p>jQuery(document).ready(function() {</p>
<p>jQuery("#list").setGridParam({ forceFit: true, toppager: true }).trigger("reloadGrid");</p>
<p>&#160;jQuery("#list").jqGrid({</p>
<p>url: &#39;&#60;%= Url.Action("GridData") %&#62;&#39;,</p>
<p>datatype: &#39;json&#39;,</p>
<p>mtype: &#39;GET&#39;,</p>
<p>colNames:[&#39;Time&#39;, &#39;Description&#39;, &#39;Category&#39;, &#39;Type&#39;, &#39;Originator&#39;, &#39;Vessel&#39;],</p>
<p>colModel: [</p>
<p>{ name: &#39;Time&#39;, index: &#39;Time&#39;, width: 200, align: &#39;left&#39; },</p>
<p>{ name: &#39;Description&#39;, index: &#39;Description&#39;, width: 600, align: &#39;left&#39; },</p>
<p>{ name: &#39;Category&#39;, index: &#39;Category&#39;, width: 100, align: &#39;left&#39; },</p>
<p>{ name: &#39;Type&#39;, index: &#39;Type&#39;, width: 100, align: &#39;left&#39; },</p>
<p>{ name: &#39;Originator&#39;, index: &#39;Originator&#39;, width: 100, align: &#39;left&#39; },</p>
<p>{ name: &#39;Vessel&#39;, index: &#39;Vessel&#39;, align: &#39;left&#39;}],</p>
<p>pager: jQuery(&#39;#pager&#39;),</p>
<p>rowNum: 20,</p>
<p>rowList: [10, 20, 50],</p>
<p>sortname: &#39;Time&#39;,</p>
<p>sortorder: "desc",</p>
<p>viewrecords: true,</p>
<p>hoverrows: false,</p>
<p>gridview: true,</p>
<p>emptyrecords: &#39;No data for the applied filter&#39;,</p>
<p>height: 460,</p>
<p>caption: &#39;Logbook Grid&#39;,</p>
<p>//forceFit: true,</p>
<p>width: 1200</p>
<p>}); });</p>
<p>But it didnt work Can u pls let me know what exactly i am doing wrong or the right way for this ?</p>
]]></description>
        	        	<pubDate>Thu, 22 Apr 2010 17:02:26 +0300</pubDate>
        </item>
</channel>
</rss>