large grid on large display disturbs with scrolling or mousewheel
I'm still using the commercial 1.0 version.
When I have a grid of some 100 rows with 10 columns on a 1280x1024 (with a grid area of 1280x900) some rows scramble after scrolling with the scrollbar or mousewheel. Scrolling with the up/down arrows goes OK.
When I resize the display to 1024x768 (and resize the grid area) there is no disturb.
I use IE7beta2 but saw the same on IE6.
When I position the cursor above the incorrect rows the rows re-appear correct. Also a (small) windowresize 'refreshes' the rows.
I have a (temporary?) solution: Just a 'auto' dummy-resize is sufficient: I appended
"var f=tabBlad.getStyle('height');f=f.replace('px','');tabBlad.setStyle('height',f-1+'px');tabBlad.setStyle('height',f+'px');"
after the scrollbars.getEvent("onscroll").
Is this a known problem? Is it a 1.0-only problem? Is there a better solution?
When I have a grid of some 100 rows with 10 columns on a 1280x1024 (with a grid area of 1280x900) some rows scramble after scrolling with the scrollbar or mousewheel. Scrolling with the up/down arrows goes OK.
When I resize the display to 1024x768 (and resize the grid area) there is no disturb.
I use IE7beta2 but saw the same on IE6.
When I position the cursor above the incorrect rows the rows re-appear correct. Also a (small) windowresize 'refreshes' the rows.
I have a (temporary?) solution: Just a 'auto' dummy-resize is sufficient: I appended
"var f=tabBlad.getStyle('height');f=f.replace('px','');tabBlad.setStyle('height',f-1+'px');tabBlad.setStyle('height',f+'px');"
after the scrollbars.getEvent("onscroll").
Is this a known problem? Is it a 1.0-only problem? Is there a better solution?
Eric Aarts (Holland)
June 8,