Assigning width to grid in IE

Hi,

Whenever we are trying to change the width of grid in FF it works fine.
But in IE irrespective we are trying to set the explicit width it takes the width which we set when we initialize the grid.
setInitWidthsP();

I want to change the grid width on filter ,on sort , need to assign the explicit width.

Please suggest some input on this.

Please, try to use setColWidth() method:
docs.dhtmlx.com/doku.php?id=dhtm … etcolwidth

If issue still occurs - please, provide us with any kind of sample of your code to reconstruct the issue.