We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

GridData Entity Collection Two Way Binding

Hello

I'm using the GridDataControl and set an entity collection as the item source.

DataEntities context = new DataEntities();
CustomDataGridDataControl.ItemsSource = context.CustomData;

The mapping names were done in xaml.






The data appears in the GridDataControl, however when the cells are edited, it isn't reflected in the database, how do I do a two-way binding in this situation?

Thank you in advanced.






1 Reply

EJ Elisha John September 15, 2010 02:00 PM UTC

Ah found the solution, thank you.


Loader.
Live Chat Icon For mobile
Up arrow icon