Hi,
I got a duplicate row id in my tree grid. Here is the tree:
Andy (root with row id of 1 in Firebug)
Since Andy and Kevin have the same row id, my following code pulls Andy's info from the server instead of Kevin's when I click on Kevin's row.
jqGrid automatically creates row id when you feed data to the grid as xml, which is the data format I feed. So, there is no chance the duplicate row ids are caused by my data. I also tried feeding data as json, but it does not even work as I posted here (http://www.trirand.com/blog/?page_id=393/treegrid/cant-get-tree-grid-to-display-my-tree/&value=quyen%20nguyen&type=1&include=1&search=1&ret=all)
Any pointer to a solution/workaround is greatly appreciated. Thanks.
onSelectRow: function(rowid)
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top