Sorry for the basic question but I do not see how to do this.
I am using a GridView in my of my applications. I have a button at top to select all items and I use the SelectAll() method to select all items but I do not see a method to Deselect all selected items. Is there a way to deselect all selected
items?
I thought about getting a list of selected items using the SelectedItems() method but it returns an IList of my display objects so I am unable to deselect the items.
Thanks,
Jon