Hi,
I am using auto loading in treeGrid. How do I pass additional info to server beside
|
1 |
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" rel="nofollow">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't have the rowid to begin with.<br /><br />Thanks.<br /><br /><br /> |
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top