This question is locked. New answers and comments are not allowed.
I'm binding a GridView to a List of business objects. I'm trying to see which item is selected in the GridView (MultiSelect is false) and SelectedItem is always null. There is a CurrentRecord property that has a DataRecord, which has a Data property that is filled that contains my selected business object, but that seems like a pretty convuluted way to get the selected item.
Is there an easier way to get this? What is SelectedItem for? How do I select nothing and/or select based on an item in my list?
Also, is there any documentation available yet?
Thanks,
-chris