Hi ,
I am working on nested grid onrowselect event ,during on select of the row I want the information about the previous expansion with respect to the row it is clicked.
For example If there is 4 level of expansion ,this is how I will traverse the 4 th expansion grid
expanding 5th row of 1 st grid(Parent grid) -> 3 rd of 2nd grid -> 7 row of 3 rd grid -> onselecting 5 th row the 4 th expanded grid it should show that you have selected 5 the row od 4 th grid expanded from 5th row of grid one ->3 rd row of 2 nd grid->7th row of 3 rd grid
And also note that while building child grid I am now using jqx filter but in typical nested grid it build each expanded level with same datasourse ,but I am building each and every grid with unique datasourse and I am using nested json for building nested grid.
Thats why I need the complete history of grid expansion before onlelect row.
Thanks
Anthony