<?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: XML Format and Cell Editing with Treegrid</title>
	<link>http://www.trirand.com/blog/?page_id=393/treegrid/xml-format-and-cell-editing-with-treegrid</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/treegrid/xml-format-and-cell-editing-with-treegrid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>dvatsal on XML Format and Cell Editing with Treegrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/xml-format-and-cell-editing-with-treegrid#p6722</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/xml-format-and-cell-editing-with-treegrid#p6722</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
<p>Thanks for the same.</p>
<p>Will come back to you if there is something!</p>
<p>Cheers,<br />
dVatsal</p>
]]></description>
        	        	<pubDate>Fri, 15 May 2009 04:34:08 +0300</pubDate>
        </item>
        <item>
        	<title>tony on XML Format and Cell Editing with Treegrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/xml-format-and-cell-editing-with-treegrid#p6659</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/xml-format-and-cell-editing-with-treegrid#p6659</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks for using jqGrid.</p>
<p>1. As of the documentation jqGrid does not support attributes in xml (except for the id). Maybe you should switch to xml whitout attributes.</p>
</p>
<p>2. There is no problem to use cellEdit with treeGrid except for the column that is set as expanded. Also this point me to correct this bug.</p>
<p>3. We already have dellTreeNode method. Adding nodes currently can be a little tricky, since there is no method in jqGrid to do this. In my project I use form editing to add a node with mode - reloadAfterSubmit:true. This way the node is added to the server and reloading the tree put the thingas in right pllace.</p>
<p>Also I hope to develop addTreeNode method soon. The problem is in nested set model where a lot of calculatins should be done.</p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 13 May 2009 14:52:52 +0300</pubDate>
        </item>
        <item>
        	<title>dvatsal on XML Format and Cell Editing with Treegrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/xml-format-and-cell-editing-with-treegrid#p6619</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/xml-format-and-cell-editing-with-treegrid#p6619</guid>
        	        	<description><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 0pt; mso-pagination: none; mso-layout-grid-align: none;"><span style="font-size: 10pt; color: black; font-family: &#34;Courier New&#34;;">Hi Tony,</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; mso-pagination: none; mso-layout-grid-align: none;"><span style="font-size: 10pt; color: black; font-family: &#34;Courier New&#34;;">I have been trying to move my project to jqgrid (from EJSTreeGrid) and seem to have hit a brick wall in the migration. I have the following queries. Any help is highly appreciated. Thank you.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; mso-pagination: none; mso-layout-grid-align: none;"><span style="font-size: 10pt; color: black; font-family: &#34;Courier New&#34;;">1.Can we provide following XML File as an input to the jqgrid TreeGrid? How should we specify it in TreeReader or XMLReader?</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; mso-pagination: none; mso-layout-grid-align: none;">&#160;</p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; mso-pagination: none; mso-layout-grid-align: none;"><span style="font-size: 10pt; color: black; font-family: &#34;Courier New&#34;;">"I" is the row element and its attributes are used as Node values "B","F".</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; mso-pagination: none; mso-layout-grid-align: none;"><span style="font-size: 10pt; color: black; font-family: &#34;Courier New&#34;;">The following XML format is currently being used with EJSTreeGrid and we are trying to move to jqGrid.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; mso-pagination: none; mso-layout-grid-align: none;">&#160;</p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; mso-pagination: none; mso-layout-grid-align: none;"><span style="font-size: 10pt; color: black; font-family: &#34;Courier New&#34;;">&#60;?xml version="1.0" encoding="UTF-8"?&#62;<br />&#60;Grid&#62;<br />&#160;&#60;Body&#62;<br />&#160;&#160;&#60;B&#62;<br />&#160;&#160;&#160;&#60;I Def="se" A="2" B="Default ABC" CButton="Img" CButtonText="/icons/format/t_edit2_16.gif" CWidthPad="18" id="1" F="Default Location" EButton="Img" EButtonText="/icons/format/t_delete2_16.gif" EWidthPad="18"&#62;<br />&#60;I Def="sr" A="3" B="Default DEF" CButton="Img" CButtonText="/icons/format/t_edit2_16.gif" CWidthPad="18" id="3" EButton="Img" EButtonText="/icons/format/t_delete2_16.gif" EWidthPad="18" F="Default GHI"/&#62;<br />&#160;&#160;&#160;&#60;/I&#62;<br />&#160;&#160;&#60;/B&#62;<br />&#160;&#60;/Body&#62;<br />&#60;/Grid&#62;</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; mso-pagination: none; mso-layout-grid-align: none;"><span style="font-size: 10pt; color: black; font-family: &#34;Courier New&#34;;"></span></p>
<p>2. Are there any examples available for &#39;cell editing&#39;&#160;in the TreeGrid?</p>
<p>3. I read in the documentation that addRowData() is not available in the TreeGrid. I have a requirement to add and delete rows from the TreeGrid. Is this possible at all?&#160;</p>
</p>
<p>Regards,</p>
<p>dvatsal</p>
]]></description>
        	        	<pubDate>Mon, 11 May 2009 22:39:29 +0300</pubDate>
        </item>
</channel>
</rss>