<?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: Column Names dynamically</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/column-names-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/column-names-dynamically/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>ah on Column Names dynamically</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/column-names-dynamically#p3398</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/column-names-dynamically#p3398</guid>
        	        	<description><![CDATA[<p>just to mention, if anyone else has the same problem:</p>
<p>I am using coldfusion and you can create a colNames model with</p>
<p>lColName = &#160;ArrayToList(ColnameGroup,",")</p>
<p>If in the ColnameGroup Colname1 Colname2 Colname3 are inserted, in the lColName Colname1,Colname2,Colname3 are returned and this can be used by colName:[#lColNames#].</p>
<p>Don`t know whether there is sth like that in Javascript, but for me it works.</p>
<p>AH</p></p>
]]></description>
        	        	<pubDate>Wed, 03 Dec 2008 03:34:14 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Column Names dynamically</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/column-names-dynamically#p3375</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/column-names-dynamically#p3375</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>One possible solution is to construct the grid after the database request.</p>
<p>With other words you can have ajax wich obtain colNames and colModel</p>
<p>from database and pass it to jqGrid.</p>
<p>Also the next major release will have a method to construct grid dynamically from xml or json data. See roadmap.</p>
<p>Regards</p>
<p>Tony</p></p>
]]></description>
        	        	<pubDate>Mon, 01 Dec 2008 03:29:25 +0200</pubDate>
        </item>
        <item>
        	<title>ah on Column Names dynamically</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/column-names-dynamically#p3369</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/column-names-dynamically#p3369</guid>
        	        	<description><![CDATA[<p>GDay,</p>
<p>is there a possibility to create the Colnames and the Colmodel dynamically? Lets say I don`t know at the start of the program the amount of Columns. The amount of Columns will be taken from the database and I don`t know whether I have 2 or 5 or whatever amount of Columns.</p>
<p>thank you</p>
<p>AH</p>
]]></description>
        	        	<pubDate>Mon, 01 Dec 2008 01:29:45 +0200</pubDate>
        </item>
</channel>
</rss>