Categories | Question details Back To List | ||
IE Browser Resize Having an issues with the grid component in IE 7. When you resize the browser window the grid disappears from the screen. Ive tried setting the width in the div and wrapping it in a table to try and hold the size in place. I added links to screenshots so you can see what I am referring to. Any suggestions would be appreciated http://picasaweb.google.com/INcowboy/Misc/photo#5187735733573186226 http://picasaweb.google.com/INcowboy/Misc/photo#5187735737868153538 Answer posted by Support on Apr 11, 2008 02:44 By default , on window resize grid check size of parent container and adjust its size accordingly If you have fixed size of grid - the grid must not react on resizing at all If you have width set in percents - please be sure that after document resize parent element of grid has not zero height If problem still occurs for you - please send a sample of used HTML layout ( you can send it directly to support@dhtmlx.com ) |