I have a ListGrid with checkboxes :
When a user checks some records, then filters the data for searching for other records, and then removes the filter, the previously checked records are being unchecked. Is there any simple way (built into SmartGWT) to overcome this?
Code:
setSelectionType(SelectionStyle.SIMPLE); setSelectionAppearance(SelectionAppearance.CHECKBOX);
Comment