I have an auto-generated grid, which is bound to a data table at run time. The # of columns varies depending on the data table but we're talking about 30 to 50 columns.
All columns are set to width of 50 pixels (for simplicity at this point).
The grid is scrollable with 3 frozen columns so users can scroll horizontally to see all columns...much like using an Excel worksheet.
The grid renders correctly (IE 7.0). However, when I scroll quickly to the right (by dragging the scroll bar), the columns that come to view don't render correctly,-- they get narrower, sort of squeezed down to 10 to 20 pixels (arbitrarily). Consequently, the cell contents start to run together as well and the grid is virtually no good to the users at that point. I can recover by clicking the browser refresh button, which repopulate and reset the grid to the initial position, with scroll bar parked at the left border.
If I click to the right of the scroll bar to move one "page", I get the same problem.
If I drag the scroll bar slowly and steadily to the right, then it's not a problem...but that won't be acceptable to the users. They are accustomed to navigating Excel worksheets at high speeds.
I should also point out that scrolling to the left quickly does not have any problems.
Has anyone run into this? Can anyone offer some advise or suggestions?
Thanks.
Barry
All columns are set to width of 50 pixels (for simplicity at this point).
The grid is scrollable with 3 frozen columns so users can scroll horizontally to see all columns...much like using an Excel worksheet.
The grid renders correctly (IE 7.0). However, when I scroll quickly to the right (by dragging the scroll bar), the columns that come to view don't render correctly,-- they get narrower, sort of squeezed down to 10 to 20 pixels (arbitrarily). Consequently, the cell contents start to run together as well and the grid is virtually no good to the users at that point. I can recover by clicking the browser refresh button, which repopulate and reset the grid to the initial position, with scroll bar parked at the left border.
If I click to the right of the scroll bar to move one "page", I get the same problem.
If I drag the scroll bar slowly and steadily to the right, then it's not a problem...but that won't be acceptable to the users. They are accustomed to navigating Excel worksheets at high speeds.
I should also point out that scrolling to the left quickly does not have any problems.
Has anyone run into this? Can anyone offer some advise or suggestions?
Thanks.
Barry