Hi,
I’m using grid. In grid i’m using the functionalities
mygrid.enableAutoWidth(900, true);
mygrid.enableAutoHeight(400, true);
with these functionalities the vertical scrollbar in the IE 6 appears only if there are more than 20 rows. But in case of IE 7 the vertical scrollbar appears even if the number of rows are far less than 20 (Around 10). Only one row is visible at a time, and to view the rest we need to scroll down. Could you please suggest the solution for the same.
The correct syntax is
mygrid.enableAutoWidth(true,900);
mygrid.enableAutoHeight(true,400);
With correct initialization - problem is not reconstructable - sample attached
1212743527.zip (84.2 KB)