Hi Team,
We recently uprgraded smartGWT version to 6.1-p20180801.
Now whenever, we click on any listgrid cell , the listgrid scrolls such that the cell appears in the top left corner.
To avoid this, I added property setVirtualScrolling(false). Using this, the grid does not scroll when i click on a cell. But on adding a new row also, it does not show up until i move the scrollbar slightly.
Earlier i was using 6.1-p20170724 version.
Can you please help. I do not want the grid to scroll when user clicks on a cell. But on adding a new row, the row should be visible.
Regards,
Swati
We recently uprgraded smartGWT version to 6.1-p20180801.
Now whenever, we click on any listgrid cell , the listgrid scrolls such that the cell appears in the top left corner.
To avoid this, I added property setVirtualScrolling(false). Using this, the grid does not scroll when i click on a cell. But on adding a new row also, it does not show up until i move the scrollbar slightly.
Earlier i was using 6.1-p20170724 version.
Can you please help. I do not want the grid to scroll when user clicks on a cell. But on adding a new row, the row should be visible.
Regards,
Swati
Comment