Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
370
XamDataGrid SelectedItems
posted

I have a XamDataGrid which is bound to an ObservableCollection of Business Objects. When I select a single item I am able to get the ActiveDataItem cast to the Business Object's type and conveniently able to use the properties on the object to get the values of the selected item. I am trying to achieve this when I select multiple records on the grid. I'm not able to cast the item objects in SelectedItems property of the grid and hence unable to get a collection of selected business object type items. How could I achieve this? Please help.

Thanks,

Shravan

 

 

Parents Reply Children
No Data