Categories | Question details Back To List | ||
Problem with Scroll bar Hi, I'm having a grid. I'm mking use of 'enableAutoWidth(true,600)', 'enableAutoHeight(true,400)', SplitAt(1)', 'enableSmartRendering(true)', 'attachFooter', 'enableCollSpan(true)' and 'EnableColumnMove(true)'. SplitAt functionality is enabled only when there are more than 4 columns. I'm not having any problem with the grid when the column count is more than 20 rows and more than 4 columns. When i'm having less than 20 rows and more than 4 columns, when i try to enlarge the size of the column the outline of the grid gets resized but the extended column size of the grid is hidden(the grid part is not visible except the outline). We need to scroll right to see the enlarged column(the hidden grid part). The Footer part is extended to the size of the outline and is visible even though the grid part is not visible. Could you please tell me where i'm going wrong? Also suggest me on how to proceed further? Initial grid |1|2|3|4|5| HEADER |a|b|c|d|e| ROW 1 |A|B|C|D|E| ROW 2 |@|#|$|%|^| FOOTER grid after enlarging a column |1|2|3|4| | HEADER |a|b|c|d| | ROW 1 |A|B|C|D| | ROW 2 |@|#|$|%| ^| FOOTER To view 5,e and E we need to scroll right. Please suggest me what to do? Answer posted by Support on Apr 28, 2008 03:27 Unfortunately the problem can't be reconstructed with local samples, if it still occurs for you - please send any kind of sample where it can be reconstructed to support@dhtmlx.com |