<?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: how to pass additional data to server in treegrid?</title>
	<link>http://www.trirand.com/blog/?page_id=393/treegrid/how-to-pass-additional-data-to-server-in-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/how-to-pass-additional-data-to-server-in-treegrid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>phamtranquocviet on how to pass additional data to server in treegrid?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/how-to-pass-additional-data-to-server-in-treegrid#p18105</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/how-to-pass-additional-data-to-server-in-treegrid#p18105</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
<p>Thanks Tony. I need to send back to the server the primary key of the record being searched so that I can query the path leading to the record being searched like this:</p>
<pre>SELECT parent.name<br />FROM nested_category AS node,<br />nested_category AS parent<br />WHERE node.lft BETWEEN parent.lft AND parent.rgt<br />AND node.name = &#39;FLASH&#39;<br />ORDER BY parent.lft;<br /></pre>
]]></description>
        	        	<pubDate>Mon, 21 Jun 2010 19:31:43 +0300</pubDate>
        </item>
        <item>
        	<title>tony on how to pass additional data to server in treegrid?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/how-to-pass-additional-data-to-server-in-treegrid#p18049</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/how-to-pass-additional-data-to-server-in-treegrid#p18049</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. Will see how to fix this.</p>
<p>Also just for the record, what kind of additional information do you want to add to the postData?</p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 20 Jun 2010 10:23:50 +0300</pubDate>
        </item>
        <item>
        	<title>phamtranquocviet on how to pass additional data to server in treegrid?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/how-to-pass-additional-data-to-server-in-treegrid#p17894</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/how-to-pass-additional-data-to-server-in-treegrid#p17894</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I am using auto loading in treeGrid. How do I pass additional info to server beside</p>
<pre class="code javascript">   nodeid:rc.id,<br />   n_left:rc.lft,<br />   n_right:rc.rgt,<br />   n_level:rc.level,<br />when a node is clicked by operators?<br /><br />This links (http://www.trirand.com/jqgridwiki/doku.php?id=wiki:treegrid#cautions_and_limitations)<br />also mentions that additional info is needed but does not show me how. Look under "<a id="cautions_and_limitations" name="cautions_and_limitations" target="_blank">Cautions and Limitations" section.</a><br /><br />Correct me if I am wrong but postData does not work either because you have to wait for the row to be clicked before you can <br />fish out the additional data to be sent to server. Otherwise, you don&#39;t have the rowid to begin with.<br /><br />Thanks.<br /><br /><br /></pre>
]]></description>
        	        	<pubDate>Sun, 13 Jun 2010 01:37:44 +0300</pubDate>
        </item>
</channel>
</rss>