Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Marco C. on Aug 26, 2008 08:20
open dhtmlx forum
Grid resizing

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

Answer posted by Support on Aug 26, 2008 09:09

After grid container resized, you need to call 

grid.setSizes();

to force correct update of grid's inner elements