Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

ListGrid Select & Filtering

$
0
0
Hi, I am using a ListGrid and combine filter and Checkbox select options.
Code:

countryGrid.setShowFilterEditor(true);

countryGrid.setSelectionType(SelectionStyle.SIMPLE);
countryGrid.setSelectionAppearance(SelectionAppearance.CHECKBOX);

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


Viewing all articles
Browse latest Browse all 4756

Trending Articles