scrollbars overflow bugged?
Hi
I can't get the scrollbars to work properly.
I need to set the header height to 40 (customer wich), so I use
var obj = new AW.Grid.Extended;
obj.setHeaderHeight(40);
obj.getHeadersTemplate().setClass("text", "wrap");
obj.setHeaderText(myHeaders);
obj.setCellText(myCells);
set number of columns/rows
obj.setColumnCount(myHeaders.length);
obj.setRowCount(myCells.length);
obj.setSelectionMode("single-row");
document.write(obj);
The result is that the vertical scrollbars never act the way it should, I alwyas miss the last line... can't scoll to show it
If I increase the value to a higher one, for example 120 or 240, just to test it, the problem is even bigger, cause many more lines are not reachable
Suggestions?
I can't get the scrollbars to work properly.
I need to set the header height to 40 (customer wich), so I use
var obj = new AW.Grid.Extended;
obj.setHeaderHeight(40);
obj.getHeadersTemplate().setClass("text", "wrap");
obj.setHeaderText(myHeaders);
obj.setCellText(myCells);
set number of columns/rows
obj.setColumnCount(myHeaders.length);
obj.setRowCount(myCells.length);
obj.setSelectionMode("single-row");
document.write(obj);
The result is that the vertical scrollbars never act the way it should, I alwyas miss the last line... can't scoll to show it
If I increase the value to a higher one, for example 120 or 240, just to test it, the problem is even bigger, cause many more lines are not reachable
Suggestions?
Francesco_G
October 31,