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
295
New to silverlight
posted

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