Is there anywhere you guys might have a demo of this? ive been seaarching but cannot manage to find anything. ive seen multiple threads now where people ask you guys for an example and all you respond is with the above. which really does not help. for some reason if i call the nested grids like this var projectGridindex = nestedGrids[index].jqxGrid(‘getrowdata’, row); it will actually get the rows data. now if i were to call this same code outside else where it doesnt return anything.
i have also tried
$(“#nestedGrids”+[roleGridindex]+””).jqxGrid(‘getrowdata’, row);
and a lot of other ways trying out different syntax thinking im doing something wrong. i just cant manage to get it to work.
IF you could PLEASE just post up a working example, im sure alot of other people would appreciate it as well.