Vertical scrollbar missing in IE
We're in the process of transitioning from 1.0 to 2.0, largely due to the excellent virtual mode in version 2, but I've run into a glitch in IE and I'm hoping someone can help us out.
We use AJAX to grab records from the server, and then add them to grid's data array. We've discovered that we can't use the addRow() function, as it performs a refresh after each add and when adding 300+ records at once, the grid just grinds for a good 30 seconds. So we need to push each record onto the data array and then after all are added, set the count and refresh the grid. But herein lies the problem: IE doesn't display the horizontal scrollbar until I click on a column to perform a sort, even with 200 records in the grid. I've scoured the forum and tried every trick I could find (including obj.raiseEvent("adjustScrollBars")) and nothing seems to work.
Any ideas anyone?
We use AJAX to grab records from the server, and then add them to grid's data array. We've discovered that we can't use the addRow() function, as it performs a refresh after each add and when adding 300+ records at once, the grid just grinds for a good 30 seconds. So we need to push each record onto the data array and then after all are added, set the count and refresh the grid. But herein lies the problem: IE doesn't display the horizontal scrollbar until I click on a column to perform a sort, even with 200 records in the grid. I've scoured the forum and tried every trick I could find (including obj.raiseEvent("adjustScrollBars")) and nothing seems to work.
Any ideas anyone?
Jesse
February 15,