I have 3 nested grids, all grids are not editable, but has cells with buttons to open popup for updating row data
When the popup closed, row data must be refreshed
I can reload main grid, but all nested grids will be closed after, and I want save them opened and save my current selection on current nested grid
Exists command refreshRow, but what do to, if I want refresh a row on Second or Last level grid?
How I can find my open nested grid and current row index in it ?
Thank you very much