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
125
UltraComboEditor with multicolumn only in grids?
posted

Hello to all,

I'm confused about the example about the UltraComboEditor:

https://es.infragistics.com/samples/windows-forms/combo/column-drop-down

You can find this example also in the local installed Inftragistics example projects.

In both source codes is a UltraComboEditor used and a multi column behavior advertised.

But I can't find any configuration/implementation descriptions to change the combobox from single Value list to multi column.

What I need is a Combobox as a form field (not in a grid) with multi columns or multile lines for each item.

I hope you can help me out :-)

kind regards,

B.

Parents
No Data
Reply
  • 1980
    Offline posted

    Hello Grunwald,


    Your question is a little bit confusing. Do you mean that you bind an UltraComboEditor to a ValueList and you want to display it as Multicolumn Dropdown? In order to display multiple columns, you have to bind the editor to a DataTable or an ArrayList as in the example.


    If this is not what you are asking, please specify which control you are using, what is its DataSource and what do you want to achieve.

Children