<?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: Change grid parameters later</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/change-grid-parameters-later</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/change-grid-parameters-later/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>decodeideas on Change grid parameters later</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/change-grid-parameters-later#p5537</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/change-grid-parameters-later#p5537</guid>
        	        	<description><![CDATA[<p>You should use setGridParam.</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8916' value='Select Code' data-codeid='sfcode8916' /></p>
<div class='sfcode' id='sfcode8916'>$(document).ready(function() {<br />&#160;&#160;&#160; tableToGrid(&#8221;#ProgressGrid&#8221;);<br />&#160;&#160;&#160; $(&#8221;#ProgressGrid&#8221;).setGridParam({ caption: &#39;hello world&#39; });<br />});</div>
</p>
<p>Marius</p>
]]></description>
        	        	<pubDate>Mon, 23 Mar 2009 19:05:32 +0200</pubDate>
        </item>
        <item>
        	<title>jbowles on Change grid parameters later</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/change-grid-parameters-later#p5521</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/change-grid-parameters-later#p5521</guid>
        	        	<description><![CDATA[<p>Tony,</p>
<p>Thanks for the reply.&#160; Unfortunately, I&#39;m new to jquery and I still don&#39;t understand.&#160; Could you please tell me how to, for example, add the caption "Hello World" to a grid created with the TableToGrid function?&#160; Here&#39;s one of the things I tried, which produced a grid, but no caption.</p>
<p>Regards,</p>
<p>Jeff</p>
<p style="padding-left: 30px;">$(document).ready(function() {<br />&#160;&#160;&#160; tableToGrid("#ProgressGrid");<br />&#160;&#160;&#160; $("#ProgressGrid").jqGrid({ caption: &#39;hello world&#39; });<br />});</p>
<p style="padding-left: 30px;">&#160;</p>
]]></description>
        	        	<pubDate>Mon, 23 Mar 2009 08:43:02 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Change grid parameters later</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/change-grid-parameters-later#p5501</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/change-grid-parameters-later#p5501</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>The function can be extended. You can pass to the function additional parameter - where the grid properties can be extended.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 21 Mar 2009 12:57:00 +0200</pubDate>
        </item>
        <item>
        	<title>jbowles on Change grid parameters later</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/change-grid-parameters-later#p5471</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/change-grid-parameters-later#p5471</guid>
        	        	<description><![CDATA[<p>I am creating a grid with tableToGrid("#myTable").</p>
<p>I don&#39;t see any way to change the grid parameters afterward.&#160; For example, I would like the grid caption to change depending on the data displayed.</p>
<p>This is just one example - I would like to know how to access all of the other parameters as well.</p>
<p>I&#39;ve searched the docs and the examples, please be kind if I missed something!</p>
<p>Thanks,</p>
<p>Jeff</p>
]]></description>
        	        	<pubDate>Fri, 20 Mar 2009 14:43:31 +0200</pubDate>
        </item>
</channel>
</rss>