Hi
Please can you provide a best practise application on how to implement mater detail using Entity Framework in XamDataGrid. How to implement One to one as dropdown/combobox within the column of the grid and master detail for one to many. How to extract changes and save them.
thx.
Hello Abs,
As far as using the Entity Framework for databinding there is an example provided on Using WCF RIA and xamGrid. The example is Silverlight though you should be able create the ADO.NET Entity Data Model classes in a WPF project which can be found under Data template category. In the xamDataGrid uses Field Layouts to present the hierarchical data for one to many. As for displaying a dropdown on a column is done by setting the EditorStyle property in FieldSettings as a XamComboEditor target type.
Let me know if I can provide any further assistance.