I was following the channel nine las for Silverlight LOB and decided to use the Infragistics xamGrid instead of the data grid from microsoft and ran into a snag. In the lab it has the following line of code:
Event currentEvent = eventDataGrid.SelectedItem as Event;
I do not know how to convert or cast an infragistics Grid row in to the data object Event.
This app is using RIA services and EF for the DataLayer.
Any help would be appreciated.
Thanks
Sal
Never mind, i found the answer i was looking for in another post.
Hi Sal,
Could you post a link to the solution?
Thanks,George