Is it possiable that use UltraCombo as multi-column combobox without data souce? For example, can I have the following list by enter them in some place like'items'? Thank you very much.
1 Apple
2 Banana
3 Orange
The UltraCombo must have a data source. But you don't need a database or datatable. I recommend using the UltraDataSource - it's a simple, efficient data source for just such situations as this one.
hi,
what's the difference between multocombo and ultra combo?
Hello Deeplakshmi,
The UltraCombo Infragistics control is one of the controls used in Windows Forms applications. More information for this control could be found at:
http://help.infragistics.com/NetAdvantage/WinForms/2012.1/CLR2.0/?page=WinCombo.htmlI believe that the second one that you mentioned is MultiColumnComboEditor control which is xaml control and it could be used for WPF and Silverlight applications. More information could be found at:
http://help.infragistics.com/NetAdvantage/WPF/2012.1/CLR4.0/?page=xamMultiColumnComboEditor.htmlIf you have any other questions please feel free to let us know.