dhtmlxgrid width default

Hi,

It would be nice to have the default for the columns width set to ‘*’, if no value is passed in a loaded XML.

It ain’t very straight forward since if one doesn’t provide the width for the columns the grid won’t work in at least IE, Opera and Konqueror, but will work in at least Firefox and Chrome.

Regards,
Pedro Pinto

For next version of the grid, if no size was defined then grid will try to exec

grid.setInitWidthsP(“some,some,some,some”); //setting equal size for all columns

which is very similar to your proposition