<?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: I have a problwm with jqGridImport</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/i-have-a-problwm-with-jqgridimport</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/i-have-a-problwm-with-jqgridimport/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on I have a problwm with jqGridImport</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/i-have-a-problwm-with-jqgridimport#p7358</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/i-have-a-problwm-with-jqgridimport#p7358</guid>
        	        	<description><![CDATA[<p>Hello again,</p>
<p>Do you have enabled the rownumbers. If so there is a bug, which is corrected in GitHub.</p>
</p>
<p>Reagrds</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 21 Jun 2009 05:21:36 +0300</pubDate>
        </item>
        <item>
        	<title>corveg on I have a problwm with jqGridImport</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/i-have-a-problwm-with-jqgridimport#p7289</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/i-have-a-problwm-with-jqgridimport#p7289</guid>
        	        	<description><![CDATA[<p>No I don&#39;t, It&#39;s just a simple grid, its just for display the information and only need one column,also I changed the value of &#60;datatype&#62;<span class="codestring">clientSide&#60;/datatype&#62;, just for being sure that the problem isn&#39;t the server response, and how I mentioned before When two or more columns the heders or the colNames are displayed but with one column I recive the same message</span></p>
]]></description>
        	        	<pubDate>Wed, 17 Jun 2009 12:56:26 +0300</pubDate>
        </item>
        <item>
        	<title>tony on I have a problwm with jqGridImport</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/i-have-a-problwm-with-jqgridimport#p7287</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/i-have-a-problwm-with-jqgridimport#p7287</guid>
        	        	<description><![CDATA[<p>Do you have multiselect or subGrid in this?</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 17 Jun 2009 12:26:01 +0300</pubDate>
        </item>
        <item>
        	<title>corveg on I have a problwm with jqGridImport</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/i-have-a-problwm-with-jqgridimport#p7285</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/i-have-a-problwm-with-jqgridimport#p7285</guid>
        	        	<description><![CDATA[<p>Sorry Again</p>
<p>Yes, I understand the message but on my colMOdel I have only&#160;one element&#160;</p>
<p>&#60;colModel&#62;&#60;name&#62;concept1&#60;/name&#62; ...&#60;/colModel&#62;&#160;</p>
<p>and &#160;on the colNames y have only one element</p>
<p>"&#160;&#60;colNames&#62;POPULATION&#60;/colNames&#62;"</p>
<p>Also I did a JqueryGrid with one column and I used jqGridExport in order to get the xml, after that Iused it for loading the same grid but with&#160;jqGridImport &#160;and y recived the same message</p>
<p>And when &#160;I do the same with two or three columns or more I dont have any problem</p>
]]></description>
        	        	<pubDate>Wed, 17 Jun 2009 12:23:13 +0300</pubDate>
        </item>
        <item>
        	<title>tony on I have a problwm with jqGridImport</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/i-have-a-problwm-with-jqgridimport#p7281</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/i-have-a-problwm-with-jqgridimport#p7281</guid>
        	        	<description><![CDATA[<p>Yes - the message is pretty clear - you length of colModel array does not match the length in colNames array</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 17 Jun 2009 12:09:12 +0300</pubDate>
        </item>
        <item>
        	<title>corveg on I have a problwm with jqGridImport</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/i-have-a-problwm-with-jqgridimport#p7278</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/i-have-a-problwm-with-jqgridimport#p7278</guid>
        	        	<description><![CDATA[<p>I&#39;m traying to import grid&#39;s configuration from a xml file , all works fine when &#160;at least i have two columns on the grid, but the problem is when i have only one colimn on the grid, I recive a message "Length of colNames &#60;&#62; colModel or 0!"</p>
<p>this is part of the xml file</p>
<p>......</p>
</p>
<p>&#60;pager&#62;#pgr_population&#60;/pager&#62;</p>
<p>&#60;pgbuttons&#62;true&#60;/pgbuttons&#62;</p>
<p>&#60;pginput&#62;true&#60;/pginput&#62;</p>
<p>&#160;&#60;colModel&#62;</p>
<p><span> </span>&#60;name&#62;concept1&#60;/name&#62;</p>
<p><span> </span>&#60;index&#62;concept1&#60;/index&#62;</p>
<p><span> </span>&#60;width&#62;400&#60;/width&#62;</p>
<p><span> </span>&#60;align&#62;left&#60;/align&#62;</p>
<p><span> </span>&#60;editable&#62;true&#60;/editable&#62;</p>
<p><span> </span>&#60;editoptions&#62;</p>
<p><span> </span> &#60;size&#62;80&#60;/size&#62;</p>
<p><span> </span> &#60;maxlength&#62;160&#60;/maxlength&#62;</p>
<p><span> </span>&#60;/editoptions&#62;</p>
<p><span> </span>&#60;resizable&#62;true&#60;/resizable&#62;</p>
<p>&#160;&#60;/colModel&#62;&#160;</p>
<p>&#160;&#60;rowList&#62;10&#60;/rowList&#62;</p>
<p>&#160;&#60;rowList&#62;20&#60;/rowList&#62;</p>
<p>&#160;&#60;rowList&#62;30&#60;/rowList&#62;</p>
<p>&#160;&#60;colNames&#62;POPULATION&#60;/colNames&#62;&#160;</p>
<p>&#60;sortorder&#62;desc&#60;/sortorder&#62;</p>
<p>............</p>
</p>
<p>And this is a part of the server response</p>
<p>......</p>
</p>
<p>&#60;rows&#62;</p>
<p>&#60;page/&#62;</p>
<p>&#60;total&#62;2&#60;/total&#62;</p>
<p>&#60;records&#62;17&#60;/records&#62;</p>
<p>&#60;row id="9387"&#62;</p>
<p>&#60;cell&#62;COATEPEC&#60;/cell&#62;</p>
<p>&#60;/row&#62;</p>
<p>&#60;row id="9401"&#62;</p>
<p>&#60;cell&#62;ZIMPIZAHUA&#60;/cell&#62;</p>
<p>&#60;/row&#62;</p>
<p>&#60;row id="9402"&#62;</p>
<p>&#60;cell&#62;TEOCELO&#60;/cell&#62;</p>
<p>&#60;/row&#62;</p>
<p>&#60;/rows&#62;</p>
<p>.....</p>
<p>Dou you have any ide whats is wrong????</p>
<p>I hope you can understand my question I&#39;dont write the english very well</p>
]]></description>
        	        	<pubDate>Wed, 17 Jun 2009 11:48:43 +0300</pubDate>
        </item>
</channel>
</rss>