Hi,
we are using licensed version 3.5 licenced version
The dhtml grid header and collumns are misalligned once loaded on the browser with higher resolutions screen on iE 9, the resolution of screen 1900x… we are using
mygrid.setInitWidthsP(“8,12,15,15,10,15,10,15”); method for the widths.
Thanks
Anuj Raj Singh
Unfortunately the issue cannot be reconstructed.
The grid works well for us with resolution 1920x1080.
If issue still occurs - please, provide us with any kind of sample of your code or a complete demo where the issue can be reproduced.
Hi,
the issue came after we added some generic code
java
res.setHeader(“Cache-Control”, “no-cache, no-store, must-revalidate”); // HTTP 1.1
res.setHeader(“Pragma”, “no-cache”); // HTTP 1.0
res.setDateHeader(“Expires”, 0); // Proxies.*/
HTML
thanks
Unfortunately the issue still cannot be reproduced locally.
Please, provide us with a complete demo, where the issue can be reproduced.
Here you can find a tutorial about creating a demo:
docs.dhtmlx.com/doku.php?id=othe … leted_demo