<?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: cells with id</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/cells-with-id</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/cells-with-id/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>miguelchico on cells with id</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cells-with-id#p16254</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cells-with-id#p16254</guid>
        	        	<description><![CDATA[<p>Thank you Tony!!!</p>
</p>
<p>I will try this.</p>
]]></description>
        	        	<pubDate>Tue, 06 Apr 2010 14:37:51 +0300</pubDate>
        </item>
        <item>
        	<title>tony on cells with id</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cells-with-id#p16186</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cells-with-id#p16186</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I think you should define xmlReader and response so that there is no matter where is the cell.</p>
<p>Please check this</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data#xml_data" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....a#xml_data</a></p>
<p>from the beginning to the end.</p>
<p>If you configure the xmlReader with repeatitems set to false, then the order of the cells does not take into account</p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 03 Apr 2010 13:55:25 +0300</pubDate>
        </item>
        <item>
        	<title>ccc28 on cells with id</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cells-with-id#p16040</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cells-with-id#p16040</guid>
        	        	<description><![CDATA[<p>It&#39;s the same problem as  I have. "Anybody can help?<br />Thank you. </p>
]]></description>
        	        	<pubDate>Tue, 30 Mar 2010 12:46:10 +0300</pubDate>
        </item>
        <item>
        	<title>miguelchico on cells with id</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cells-with-id#p15943</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cells-with-id#p15943</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I have the same problem.<br />I generate the XML response automatically and can not control the order of cell elements.</p>
<p>Need to identify each cell with the id defined in the colModel.</p>
<p>For example.<br />If I define the colModel as:</p>
<p>colModel: [<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; (name: "id", index: "id", width: 50),<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; (name: "name", index: "name", width: 50)<br />]</p>
<p>and the XML generated is:</p>
<p>&#60;row id="1"&#62;<br />&#160;&#160;&#160;&#160;&#60;cell&#62; 1 &#60;/ cell&#62;<br />&#160;&#160;&#160;&#160;&#60;cell&#62; Miguel &#60;/ cell&#62;<br />&#60;/ Row&#62;</p>
<p>everything works fine, but if it generates the XML as</p>
<p>&#60;row id="1"&#62;<br />&#160;&#160;&#160;&#160;&#60;cell&#62; Miguel &#60;/ cell&#62;<br />&#160;&#160;&#160;&#160;&#60;cell&#62; 1 &#60;/ cell&#62;<br />&#60;/ Row&#62;</p>
<p>the information shown is not correct.</p>
<p>I think the best solution would be to build the xml:</p>
<p>&#60;row id="1"&#62;<br />&#160;&#160;&#160; &#60;cell id="name"&#62; Miguel &#60;/ cell&#62;<br />&#160;&#160;&#160;&#160;&#60;cell id="id"&#62; 1 &#60;/ cell&#62;<br />&#60;/ Row&#62;</p>
<p>and that the grid is filled in correctly.</p>
<p>Is there any way to get it?</p>
<p>Thanks!</p>
]]></description>
        	        	<pubDate>Thu, 25 Mar 2010 09:56:06 +0200</pubDate>
        </item>
        <item>
        	<title>ccc28 on cells with id</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cells-with-id#p15926</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cells-with-id#p15926</guid>
        	        	<description><![CDATA[<p>Hi,<br />I wonder if it is possible to identify a name or an ID from each of the cells in a column. Is it possible?</p>
<p>&#60;row id="1"&#62;<br />&#160;&#160;&#160;&#160;&#60;cell&#62; 111 &#60;/ cell&#62;&#160;&#160; -----&#62;1<br />&#160;&#160;&#160;&#160;&#60;cell&#62; 122 &#60;/ cell&#62; &#160; -----&#62;2<br />&#160;&#160;&#160;&#160;&#60;cell&#62; 133 &#60;/ cell&#62; &#160; -----&#62;3<br />&#160;&#160;&#60;/ row&#62;</p>
<p>Thank you very much.</p>
]]></description>
        	        	<pubDate>Wed, 24 Mar 2010 19:23:25 +0200</pubDate>
        </item>
</channel>
</rss>