Hi Telerik, All
I have GridView with GridViewSelectColumn and if i select couple of rows then apply filters then clear filters my all Selections is gone, means all previously selected rows become unselected.
is there anything i can do to retain same selection if i apply filter then clear filters
e.g
1. I have 5 rows 3 with Country US and 2 with Canada
2. Now i selected Canada rows
3. Apply filter on Country to US
4. only 3 rows visible "US"
5. Now clear filters
6. All 5 rows visible
7. All selected rows become unselected.
I want to keep that Canada rows selected.
I have used RadGriView in Winforms with filters and all my selections remmain selected even after filtering, so why WPF cant keep?
Kind Regards:
I have GridView with GridViewSelectColumn and if i select couple of rows then apply filters then clear filters my all Selections is gone, means all previously selected rows become unselected.
is there anything i can do to retain same selection if i apply filter then clear filters
e.g
1. I have 5 rows 3 with Country US and 2 with Canada
2. Now i selected Canada rows
3. Apply filter on Country to US
4. only 3 rows visible "US"
5. Now clear filters
6. All 5 rows visible
7. All selected rows become unselected.
I want to keep that Canada rows selected.
I have used RadGriView in Winforms with filters and all my selections remmain selected even after filtering, so why WPF cant keep?
Kind Regards: