Categories | Question details Back To List | ||
Horizontal scroll bar Iam using grid version 1.5. Even when i have the autoheight and autowidth set to true the grid has horozontal scroll bar for gray skin. Sometimes when i add a new row the horizontal scroll bar even covers the newly added row. How can I fix this problem? Answer posted by Support on Aug 22, 2008 02:19 There were some issues with usage of auto-height and auto-width mode in same time. You can a) upgrade to latest 1.6 codebase, where issue fixed or b) use next code to disable unnecessary scroll grid.objBox.style.overflowX="hidden"; |