<?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: colModel and colNmae</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/colmodel-and-colnmae</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/colmodel-and-colnmae/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>olvap on colModel and colNmae</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/colmodel-and-colnmae#p20178</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/colmodel-and-colnmae#p20178</guid>
        	        	<description><![CDATA[<p>there is posible to take the colModel and the colName from the json data?</p>
<p>//js</p>
<p>$(this).jqGrid({</p>
<p>....</p>
<p>&#160;&#160;datatype: &#39;json&#39;,</p>
<p>&#160;&#160;url:&#39;myurl.json&#39;,</p>
<p>&#160;&#160;mtype: &#39;GET&#39;,</p>
<p>&#160;&#160;<strong>colNames</strong>:&#39;an attribute in the json&#39;,</p>
<p>&#160;&#160;<strong>colModel</strong> :&#39;another attribute&#39;</p>
<p>.....</p>
<p>});</p>
</p>
<p>// json&#160;</p>
<p>{</p>
<p>&#8230;.</p>
<p>"colNames":["ID","Name"],</p>
<p>&#8230;.</p>
<p>}</p>
]]></description>
        	        	<pubDate>Wed, 06 Oct 2010 19:45:37 +0300</pubDate>
        </item>
</channel>
</rss>