This question is locked. New answers and comments are not allowed.
Hi,
I use the "Search as you type" feature on my GridView. (using the customfilterdescriptor)
If my GridView is in a filtered state and I call the SelectedItems on my GridView, only the SelectedItems on the filtered-state are retrieved. If I remove my filter criteria all the SelectedItems are retrieved.
However, for a GUI reason I don't want to clear my customfilterdescriptor when retrieving the SelectedItems.
What is the cleanest way to get all the SelectedItems but keep my GridView in a filtered-state.
Thanks !
Nicolas
I use the "Search as you type" feature on my GridView. (using the customfilterdescriptor)
If my GridView is in a filtered state and I call the SelectedItems on my GridView, only the SelectedItems on the filtered-state are retrieved. If I remove my filter criteria all the SelectedItems are retrieved.
However, for a GUI reason I don't want to clear my customfilterdescriptor when retrieving the SelectedItems.
What is the cleanest way to get all the SelectedItems but keep my GridView in a filtered-state.
Thanks !
Nicolas