Hi!
I'm using the treegrid feature of jqgrid 3.4.3 and i need to get all ancestors of the selected node. therefore i want use getNodeAncestors, but i can't get it work!
i use following code:
var ids = $('#mytree').getNodeAncestors($('#'+
$('#mytree').getGridParam('selrow')));
and get an empty array!
any ideas?
regards,
orsox
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top