:: Forum >>
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
This topic is archived.
Back to support forum
Forum search