I have a grid with 14 columns. Two are hidden(10,13).
The grid is contained in a div that the user can resize.
But when the user increase the width, the headers lost their alignment with the cells.
Why?
How can i solve?
Thanks
After grid container resized, you need to call
grid.setSizes();
to force correct update of grid’s inner elements