<?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: Help with tabletogrid</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/help-with-tabletogrid</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/help-with-tabletogrid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Help with tabletogrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/help-with-tabletogrid#p14441</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/help-with-tabletogrid#p14441</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Nested tables are not supported in tableToGrid function</p>
<p>Regards</p>
<p>Tony.</p>
]]></description>
        	        	<pubDate>Mon, 01 Feb 2010 09:33:08 +0200</pubDate>
        </item>
        <item>
        	<title>swishnets on Help with tabletogrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/help-with-tabletogrid#p14404</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/help-with-tabletogrid#p14404</guid>
        	        	<description><![CDATA[<p>I probably have a strange setup and new to using jqgrid, but what I am attempting to accomplish is to pull into jqgrid an existing html table that contains an imbedded table example:</p>
<p>&#60;table id="someTable"&#62;</p>
<p><span style="white-space:pre"> </span>&#60;thead&#62;</p>
<p><span style="white-space:pre"> </span>&#60;tr&#62;</p>
<p><span style="white-space:pre"> </span>&#60;th&#62;colName1&#60;/th&#62;</p>
<p><span style="white-space:pre"> </span>&#60;th&#62;colName2&#60;/th&#62;</p>
<p><span style="white-space:pre"> </span>.......</p>
<p><span style="white-space:pre"> </span>&#60;th&#62;colNameN&#60;/th&#62;</p>
<p><span style="white-space:pre"> </span>&#60;/tr&#62;</p>
<p><span style="white-space:pre"> </span>&#60;/thead&#62;</p>
<p><span style="white-space:pre"> </span>&#60;tbody&#62;</p>
<p><span style="white-space:pre"> </span>&#60;tr&#62;</p>
<p><span style="white-space:pre"> </span>&#60;td&#62;someData1&#60;/td&#62;</p>
<p><span style="white-space:pre"> </span>&#60;td&#62;someData2&#60;/td&#62;</p>
<p><span style="white-space:pre"> </span>.......</p>
<p><span style="white-space:pre"> </span>&#60;td&#62;someDataN&#60;/td&#62;</p>
<p><span style="white-space:pre"> </span>&#60;/tr&#62;</p>
<p><span style="white-space:pre"> </span>&#60;tr&#62;</p>
<p><span style="white-space:pre"> </span>&#60;table&#62;</p>
<p><span style="white-space:pre"> </span>&#60;thead&#62;</p>
<p><span style="white-space:pre"> </span>&#60;tr&#62;</p>
<p><span style="white-space:pre"> </span>&#60;td&#62;colName1&#60;/td&#62;</p>
<p><span style="white-space:pre"> </span>&#60;td&#62;colName2&#60;/td&#62;</p>
<p><span style="white-space:pre"> </span>&#60;tr&#62;</p>
<p><span style="white-space:pre"> </span>&#60;thead&#62;</p>
<p><span style="white-space:pre"> </span>&#60;tbody&#62;</p>
<p><span style="white-space:pre"> </span>&#60;tr&#62;</p>
<p><span style="white-space:pre"> </span>&#60;td&#62;data1&#60;/td&#62;</p>
<p><span style="white-space:pre"> </span>&#60;td&#62;data2&#60;/td&#62;</p>
<p><span style="white-space:pre"> </span>&#60;tr&#62;</p>
<p><span style="white-space:pre"> </span>&#60;/tbody&#62;</p>
<p><span style="white-space:pre"> </span>&#60;/table&#62;</p>
<p><span style="white-space:pre"> </span>&#60;/tr&#62;</p>
<p><span style="white-space:pre"> </span>&#60;/tbody&#62;</p>
<p>&#60;/table&#62;</p>
</p>
<p>The javascript that I&#39;m attempting to use to display this looks like this</p>
<p>&#60;script type="text/javascript"&#62;</p>
<p><span style="white-space:pre"> </span>jQuery(document).ready(fuction() {</p>
<p><span style="white-space:pre"> </span>tableToGrid("#someTable")</p>
<p><span style="white-space:pre"> </span>});</p>
<p>&#60;/script&#62;</p>
</p>
<p>The above logic displays a table but it appears to be adding the &#60;th&#62; of the inner table to the out table. &#160;Ideally I would perfer to have the inner table as a subgrid. &#160;Is there a way to accomplish this on the client side without having to modify the server side to return back a json object?</p>
]]></description>
        	        	<pubDate>Fri, 29 Jan 2010 21:26:17 +0200</pubDate>
        </item>
</channel>
</rss>