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
639
multi-column ultraCombo from datasource
posted

Hi all,

I would like to make a ultraCombo (dropdownlist) with retrive data from datasource, 2 columns as display member and 1 hidden column as displayValue, is it possible to do so?

The datawill retrieve from datasource and display into the ultraCombo, and will be look like this when click the dropdown button, once selected "NSX" then the selectedValue = 010.

Name Remark ID
NSX  Metrology NSX 010
SR  Sampling Rate 030

Please guide.

Thank you very much!

PC

  • 469350
    Offline posted

    Hi PC,

    You cannot use two columns as your display text, but you can add an unbound column to the UltraCombo and use the InitializeRow event to populate that unbound column with a string which concatenates the values from the two columns you want into a single string. And then use the unbound column as your DisplayMember.