Hi,
I use SmartClient Version v10.0p_2014-12-03 (2014-12-03) LGPL Development Only.
I have a ListGrid with dynamic CustomDataSource loaded from the database, I used selection mode:
CustomDataSource fetch data by grid's visible range (startRow, endRow)
Selection feature works correct while my grid contains visible row count same as or lower than DataSet's TotalRowCount (The all data of DataSet are visible in grid). But if DataSet is bigger then visible range of my grid (out of visible range), there is a problem to deselect a selected row in my grid.
Any solutions?
I use SmartClient Version v10.0p_2014-12-03 (2014-12-03) LGPL Development Only.
I have a ListGrid with dynamic CustomDataSource loaded from the database, I used selection mode:
Code:
grid.setSelectionType(SelectionStyle.SIMPLE);
grid.setSelectionAppearance(SelectionAppearance.CHECKBOX);Selection feature works correct while my grid contains visible row count same as or lower than DataSet's TotalRowCount (The all data of DataSet are visible in grid). But if DataSet is bigger then visible range of my grid (out of visible range), there is a problem to deselect a selected row in my grid.
Any solutions?