Bug IE/FF in horizontal scroll on grid with huge data.
Hi,
When I load a huge grid, and I horizontally scroll from the middle of the horizontal scrollbar to the end (at the right), the grid is frozen (no data is refresh). Before the middle, all is ok.
<script type="text/javascript">
var myHeaders = [ "656 cells", ... ];
var myData = [ ["656 rows of 512 cells"], ... ];
var obj = new AW.Grid.Extended;
obj.setColumnCount(656);
obj.setRowCount(512);
obj.setId("myGrid");
obj.setCellText(myData);
obj.setHeaderText(myHeaders);
document.write(obj);
</script>
Thanks for your help.
When I load a huge grid, and I horizontally scroll from the middle of the horizontal scrollbar to the end (at the right), the grid is frozen (no data is refresh). Before the middle, all is ok.
<script type="text/javascript">
var myHeaders = [ "656 cells", ... ];
var myData = [ ["656 rows of 512 cells"], ... ];
var obj = new AW.Grid.Extended;
obj.setColumnCount(656);
obj.setRowCount(512);
obj.setId("myGrid");
obj.setCellText(myData);
obj.setHeaderText(myHeaders);
document.write(obj);
</script>
Thanks for your help.
JL2008
August 6,