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.
Please guide.
Thank you very much!
PC
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.