Folks,
How to Bind xmlComboEditors with DateSet. I looked for code sample on Infragistics FAQ and forums, no help.
Thanks in advance...
Anybody knows the answer for it?
I am able to poppulate my xamcomboEditor from code behind using this code sample http://help.infragistics.com/Help/NetAdvantage/WPF/2011.1/CLR4.0/html/WPF_Creating_a_Flat_DataSet.html
but i have created DataSets for my xamComboEditor controls and i want to bind them dynamically. Is there any Video or step by step documentation to accomplish that?
Thanks in advance..
I also tried to bind xamComboEditor to my DataSet using
this.xamComboEditor1.ItemsProvider.ItemsSource = this.exampleDataSet.Tables[0].DefaultView;
but for some reason my created dataset type is not correct.