Hello,
Does anyone know how to toggle between autoheight is true and setting a height dynamicly of a grid.
Mygrid is on a normal page without a viewport.
If I do this, then I loose the scrollbar
if I leave autoHeight is true out of the initial setup of the grid, I have no way to determine the height it needs for the rows.Code:mygrid.autoHeight=false; mygrid.setHeight(200);
Does anyone has a solution for this?
Thanks in adv, Richard