Categories | Question details Back To List | ||||||||
Sub grid is not shown fully with horizontol scroll bar Hi I have a sub grid within a main grid. These are shown as a pop-up using dhtmlxwindows. But within the window, the main grid appears with horizontal scroll bar, but the sub grid doesnt come with horizontal scroll bar. Answer posted by dhxSupport on Oct 26, 2009 09:22 If you are not using auto width, main grid will have horizontal scroll bar if grid's container width is not enough to display all columns. Answer posted by Gayathri on Oct 26, 2009 10:02 Hi, My question is not about the main grid but the sub grid. Looking at a different post i modified the sub_grid _row.js to set the style as auto, so now the sub grid shows a horizontal scroll bar but when i resize the column the rows disappear and the only the header is shown. i changed it like this td._sub_grid.objBox.style.overflowY="hidden"; d.style.overflow = "auto";
Please help me resolve this problem Please find atached the screenshot. Gayathri
Attachments (1)
|