<?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: Creating JQGrid colModel from a javascript string variable.</title>
	<link>http://www.trirand.com/blog/?page_id=393/discussion/creating-jqgrid-colmodel-from-a-javascript-string-variable</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/discussion/creating-jqgrid-colmodel-from-a-javascript-string-variable/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Creating JQGrid colModel from a javascript string variable.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/creating-jqgrid-colmodel-from-a-javascript-string-variable#p14030</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/creating-jqgrid-colmodel-from-a-javascript-string-variable#p14030</guid>
        	        	<description><![CDATA[<p>hello,</p>
<p>You should convert the string variable to object.</p>
<p>Besfore puting the string you should use eval to convert it</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 19 Jan 2010 11:16:13 +0200</pubDate>
        </item>
        <item>
        	<title>gsreekumar on Creating JQGrid colModel from a javascript string variable.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/creating-jqgrid-colmodel-from-a-javascript-string-variable#p13996</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/creating-jqgrid-colmodel-from-a-javascript-string-variable#p13996</guid>
        	        	<description><![CDATA[</p>
<div class="post-text">
<p>I am facing an issue while making a common grid control.</p>
<p>When I put</p>
<p>colModel:[ {name:"ID", index: "ID", width: 400, align: "Left"},{name:"Description", index: "Description", width: 400, align: "Left"}], It works.</p>
<p>When I am trying to replace the ColModel by a string variable I am not getting right display. colModel:[ColDisplay],</p>
<p>The problem is the following. When we put a string variable it comes like the following (with starting ending &#8216;) &#8216;{name:"ID", index: "ID", width: 400, align: "Left"},{name:"Description", index: "Description", width: 400, align: "Left"}&#8217;</p>
<p>If you put colModel:[ &#8216;{name:"ID", index: "ID", width: 400, align: "Left"},{name:"Description", index: "Description", width: 400, align: "Left"}&#8217;],</p>
<p>It is not able to understand the Columns.</p>
<p>Any solutions for this.</p>
</div>
]]></description>
        	        	<pubDate>Mon, 18 Jan 2010 19:28:41 +0200</pubDate>
        </item>
</channel>
</rss>