Hi, I am using a ListGrid and combine filter and Checkbox select options.
I select all rows and I filter the data afterwards.
When I remove the filter all the selected rows that were not filtered are now unchecked. Is this the expected behaviour? Is there any option for the non filtered rows to remain selected?
Thanks
P.S Screenshots demonstrating the issue attached.
SmartGwt Version:5.0-p20150422 Browser: Chrome:42.0.2311.90 m
Code:
countryGrid.setShowFilterEditor(true);
countryGrid.setSelectionType(SelectionStyle.SIMPLE);
countryGrid.setSelectionAppearance(SelectionAppearance.CHECKBOX);When I remove the filter all the selected rows that were not filtered are now unchecked. Is this the expected behaviour? Is there any option for the non filtered rows to remain selected?
Thanks
P.S Screenshots demonstrating the issue attached.
SmartGwt Version:5.0-p20150422 Browser: Chrome:42.0.2311.90 m