onGridReconstructed

Hi,
I’m facing a (for me) weird behavior of the grid.

I’m using a grid with sub grids and every time I add a new row or I sort the grid, the grid collapses (or reopens) all the subgrids.

Digging into the code I found that the event onGridReconstructed is being called and that the cell eXcell_sub_row_grid subscribes to that event and executes an Open / Close of all the subrows.

Is it correct?

Best regards, Andrea Pirola

Hello,

in normal mode - such must not occurs - but if you are using the smart rendering or paging mode in the same time - grid need to fully repaint self after any operation which changes its structure.