:: Forum >> Version 2 >>
vertical scrollbar hidden after refresh
Hi,
I want to update my datagrid and after the refresh() the
vertical scrollbar is hidden.
At first I clear the grid:
grid.clearCellModel();
grid.clearRowModel();
grid.clearScrollModel();
grid.clearSelectionModel();
grid.clearSortModel();
then I build a new array and sets the data to the grid. (setCellData())
At last I refresh the grid and the vertical scrollbar is hidden.
Daniel
Thursday, February 4, 2010
Thursday, February 4, 2010
Post a reply:
Back to support forum
Forum search