Folks,
How to Bind xmlComboEditors with DateSet. I looked for code sample on Infragistics FAQ and forums, no help.
Thanks in advance...
Hello,
I have created a sample application which shows how you can bind the XamComboEditor to a DataTable from a DataSet. I have used a ComboBoxItemsProvider and set its DisplayMemberPath and ValuePath properties in xaml. After doing so I have set the ItemsSource property of the ComboBoxItemsProvider to DataSet.Tables[0].DefaultView.
If you need any further assistance please do not hesitate to ask.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
thank you very much.... you guys rock....