<?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: tableToGrid with colModel option empties the table.</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/tabletogrid-with-colmodel-option-empties-the-table</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/bugs/tabletogrid-with-colmodel-option-empties-the-table/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on tableToGrid with colModel option empties the table.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/tabletogrid-with-colmodel-option-empties-the-table#p27327</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/tabletogrid-with-colmodel-option-empties-the-table#p27327</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You do not need to set the colModel in this case (when a id is set th the th tag)</p>
</p>
<p>Regards</p></p>
]]></description>
        	        	<pubDate>Fri, 14 Sep 2012 14:59:23 +0300</pubDate>
        </item>
        <item>
        	<title>Maxxon on tableToGrid with colModel option empties the table.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/tabletogrid-with-colmodel-option-empties-the-table#p27321</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/tabletogrid-with-colmodel-option-empties-the-table#p27321</guid>
        	        	<description><![CDATA[<p>It happened the same to me. </p>
<p>Here is the solution:</p>
<p>&#60;table id="myTable"&#62;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#60;tr&#62;<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;th id=<strong>"idCol1"</strong>&#62;Col1&#60;/th&#62;<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;th id=<strong>"idCol2"</strong>&#62;Col2&#60;/th&#62;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#60;/tr&#62;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#60;tbody&#62;<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;tr&#62;<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;td&#62;Value1&#60;/td&#62;<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;td&#62;Value2&#60;/td&#62;<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/tr&#62;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#60;/tbody&#62;<br />&#160;&#160; &#160;&#60;/table&#62;</p>
<p>&#160;&#160; &#160;&#60;script type="text/javascript"&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;tableToGrid("#myTable", {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;height:&#39;100%&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;colModel : [ {name:&#39;<strong>idCol1</strong>&#39;, index:&#39;<strong>idCol1</strong>&#39;}, {name:&#39;<strong>idCol2</strong><strong></strong>&#39;, index:&#39;<strong>idCol2</strong>&#39;}] <br />&#160;&#160; &#160;&#160;&#160; &#160;});<br />&#160;&#160; &#160;&#60;/script&#62;</p>
]]></description>
        	        	<pubDate>Thu, 13 Sep 2012 18:24:26 +0300</pubDate>
        </item>
        <item>
        	<title>helpse on tableToGrid with colModel option empties the table.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/tabletogrid-with-colmodel-option-empties-the-table#p26058</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/tabletogrid-with-colmodel-option-empties-the-table#p26058</guid>
        	        	<description><![CDATA[<p>I have the same problem, but it doesn&#39;t work either with the full or the minimalistic version of jqgrid. Any1 knows how to solve this problem, what lines of the code should i modify?</p>
]]></description>
        	        	<pubDate>Mon, 05 Mar 2012 04:52:22 +0200</pubDate>
        </item>
        <item>
        	<title>RustedBucket on tableToGrid with colModel option empties the table.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/tabletogrid-with-colmodel-option-empties-the-table#p25052</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/tabletogrid-with-colmodel-option-empties-the-table#p25052</guid>
        	        	<description><![CDATA[<p>You need to use the unminified version of tabletogrid.js there&#39;s a apparently a bug in the minified version.</p>
]]></description>
        	        	<pubDate>Wed, 02 Nov 2011 23:14:43 +0200</pubDate>
        </item>
        <item>
        	<title>derek on tableToGrid with colModel option empties the table.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/tabletogrid-with-colmodel-option-empties-the-table#p25014</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/tabletogrid-with-colmodel-option-empties-the-table#p25014</guid>
        	        	<description><![CDATA[<p>This place is abuzz with activity.&#160; I am sure your question will be answered with a lot of speed.</p>
<p>Probably after you are fired.</p>
]]></description>
        	        	<pubDate>Fri, 28 Oct 2011 04:32:25 +0300</pubDate>
        </item>
        <item>
        	<title>blan on tableToGrid with colModel option empties the table.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/tabletogrid-with-colmodel-option-empties-the-table#p24766</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/tabletogrid-with-colmodel-option-empties-the-table#p24766</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>When i use tableToGrid with the colModel option, my table always become empty.</p>
<p>An example of code is :</p>
<p>&#160;&#160;&#160; &#60;table id="myTable"&#62;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#60;tr&#62;<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;th&#62;Col1&#60;/th&#62;<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;th&#62;Col2&#60;/th&#62;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#60;/tr&#62;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#60;tbody&#62;<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;tr&#62;<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;td&#62;Value1&#60;/td&#62;<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;td&#62;Value2&#60;/td&#62;<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/tr&#62;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#60;/tbody&#62;<br />&#160;&#160; &#160;&#60;/table&#62;</p>
<p>&#160;&#160; &#160;&#60;script type="text/javascript"&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;tableToGrid("#myTable", {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;height:&#39;100%&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;colModel : [ {name:&#39;c1&#39;, index:&#39;c1&#39;}, {name:&#39;c2&#39;, index:&#39;c2&#39;}] <br />&#160;&#160; &#160;&#160;&#160; &#160;});<br />&#160;&#160; &#160;&#60;/script&#62;</p>
<p>The content of the cells (&#39;Value1&#39; and &#39;Value2&#39;) has disappeared.</p>
<p>If i remove the colModel option, everything works fine.</p>
<p>Thank you for the help.</p></p>
]]></description>
        	        	<pubDate>Thu, 29 Sep 2011 12:45:10 +0300</pubDate>
        </item>
</channel>
</rss>