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?