Column sizing problem with IE7

When I manually resize columns with DHTMLXGrid, all of the columns are expanding at the same time Also, the column sizes don’t seem to set with setinitwidths. I am using IE7 which is the browser we have to use for a legacy system. Any help would be appreciated.

Are there any IIS settings or special headers which need to be included to accommodate IE7? The demos on your web site render perfectly - but the column sizing does not work properly on my apache or IIS7 web servers using IE7.

Thanks

Please, try to set the legal doctype to your page, make sure that the number of parameters in setInitWidths() method corresponds to the number of the columns in setHeader() method.
If issue still occurs - please, provide with any kind of sample of your code or a complete demo, where the issue can be reproduced.
Here you can find a tutorial about creating a complete demo:
docs.dhtmlx.com/doku.php?id=othe … leted_demo