confirm. with $(“#treeGrid”).jqxTreeGrid(‘render’);
looks fine
i write some example
http://jsfiddle.net/9ded2/9/
just doubleclick on any row – to enter Edit mode and click enter
Error: too much recursion Source: http://jqwidgets.com/public/jqwidgets/jqx-all.js Line: 7
my keys are Numbers 1,2,3,4,5,6,7
and in source params i wite:
{ name: 'fakeid', type: 'number' }, ... id: 'fakeid',
thats why i usekey+1`
s why i use
if tree with 2 levels you can do this:
var rows = $(“#treeGrid”).jqxTreeGrid(‘getRows’), for(var i=1;i <= rows.length; i++){ $(“#treeGrid”).jqxTreeGrid("expandRow",rows[i-1].UNIQUEID); }