Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
multi-column combobox
posted

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

 

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    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. 

Children