Folks,
How to Bind xmlComboEditors with DateSet. I looked for code sample on Infragistics FAQ and forums, no help.
Thanks in advance...
thank you very much.... you guys rock....
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
I am assumin its a bug in xamComboEditor. as i looked thoughout the infragistics website there is not examples for this control. if there is any its inside xmgrid..
thats a shame. i have to switch back to VS 2010 WPF controls.
Just want to use my dynamically created dataset. not the flat one..
any ideas?
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.