<?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: changing colNames dynamically</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/changing-colnames-dynamically</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/changing-colnames-dynamically/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on changing colNames dynamically</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/changing-colnames-dynamically#p1479</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/changing-colnames-dynamically#p1479</guid>
        	        	<description><![CDATA[<p>Refer to docs how to change the colName - there is a method setLabel</p>
]]></description>
        	        	<pubDate>Wed, 13 Aug 2008 05:15:55 +0300</pubDate>
        </item>
        <item>
        	<title>jemison on changing colNames dynamically</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/changing-colnames-dynamically#p1470</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/changing-colnames-dynamically#p1470</guid>
        	        	<description><![CDATA[<p>Im trying to change the colNames, like this:</p>
<p>function gridReload(){<br />&#160;&#160;&#160; &#160;&#160; var param1 = jQuery("#param1 ").val();</p>
<p>&#160;&#160;&#160; &#160;&#160; var param2 = jQuery("#param2 ").val();</p>
<p>jQuery("#mygrid").setGridParam({url:"example.php?param1="+param1+ "&#38;param2="+param2,page:1,</p>
<p>colNames:[&#39;new text1&#39;,&#39;txt2&#39;,&#39;txt3&#39;,&#39;txt4&#39;]}).trigger("reloadGrid");&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160; <br />&#160;&#160;&#160; }</p>
<p>the reload work fine, except that the header doesnt change like i want it to 🙁</p>
<p>can someone help me with this please!</p>
]]></description>
        	        	<pubDate>Tue, 12 Aug 2008 11:34:27 +0300</pubDate>
        </item>
</channel>
</rss>