<?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: Error "Length of colNames  colModel!"</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/error-length-of-colnames-colmodel</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/error-length-of-colnames-colmodel/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>victork on Error "Length of colNames  colModel!"</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/error-length-of-colnames-colmodel#p9781</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/error-length-of-colnames-colmodel#p9781</guid>
        	        	<description><![CDATA[<p>Tks adytmro, it&#39;s ok &#38; it&#39;s THE SOLUTION.</p>
<p>Best Regards from Buenos Aires</p>
]]></description>
        	        	<pubDate>Wed, 16 Sep 2009 15:59:27 +0300</pubDate>
        </item>
        <item>
        	<title>AdytmRO on Error "Length of colNames  colModel!"</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/error-length-of-colnames-colmodel#p9769</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/error-length-of-colnames-colmodel#p9769</guid>
        	        	<description><![CDATA[<p>hY,</p>
<p>I have just tried to do what u wrote.</p>
<p>The problem is the following:</p>
<p>losTitulos = &#8221; [&#39;ID&#39;, &#39;Ficha&#39;]&#8220;;</p>
<p>lasColumnas = &#8220;[ {name:&#39;ID&#39;, width:50, hidden:true},";</p>
<p>lasColumnas += "{name:&#39;Ficha&#39;, align:&#39;center&#39;}]&#8220;;</p>
<p>grid:</p>
<p>colNames: losTitulos,</p>
<p>colModel: lasColumnas,</p>
</p>
<p>now ... after using firebug the script looked like this:</p>
<p>colnames: <strong>&#8221;</strong> [&#39;ID&#39;, &#39;Ficha&#39;]<strong> &#8220;</strong>,</p>
<p>but we need:</p>
<p>colnames: [&#39;ID&#39;, &#39;Ficha&#39;], // without<strong> " "</strong></p>
<p>and the same for colModel.</p></p>
]]></description>
        	        	<pubDate>Wed, 16 Sep 2009 08:42:27 +0300</pubDate>
        </item>
        <item>
        	<title>victork on Error "Length of colNames  colModel!"</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/error-length-of-colnames-colmodel#p9768</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/error-length-of-colnames-colmodel#p9768</guid>
        	        	<description><![CDATA[<p>Hello Tony</p>
<p>Can i work with columns &#38; titles dinamically?</p>
<p>Example</p>
<p style="padding-left: 30px;"><strong>javascript</strong></p>
<p style="padding-left: 30px;">&#160;&#160;&#160; losTitulos = " [&#39;ID&#39;, &#39;Ficha&#39;]";</p>
<p style="padding-left: 30px;">&#160;&#160;&#160; lasColumnas = "[ {name:&#39;ID&#39;, width:50, hidden:true},";</p>
<p style="padding-left: 30px;">&#160;&#160;&#160; lasColumnas += "{name:&#39;Ficha&#39;, align:&#39;center&#39;}]";</p>
<p style="padding-left: 30px;"><strong>jqgrid definition</strong></p>
<p style="padding-left: 30px;"><strong>&#160;&#160; </strong>colNames: losTitulos,</p>
<p style="padding-left: 30px;">&#160;&#160; colModel: lasColumnas,</p>
<p>I receive error<strong> "Length of colNames &#60;&#62; colModel!"</strong></p>
<p>Tks in advance</p></p>
]]></description>
        	        	<pubDate>Wed, 16 Sep 2009 07:16:37 +0300</pubDate>
        </item>
</channel>
</rss>