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
130
UltraCombo or UltraComboEditor
posted

Hi,

 I would like to know how to limit the number of cols displayed when one clicks the UltraCombo "down" btn.

I bind the ctl to a DataTable, set the DisplayMember property to a col name from the bound table. Then I try to set the DataMember property  to a col name from the bound table too, but get an "Object not set to ....blah blah" error. 

If I don't set the DataMember property, all works BUT the WHOLE table displays when I select the "down" on the control @ runtime.
I only want to display one of the cols.

Can I do that on the UltraCombo AND remain bound to the whole DataTable?

I don't want to use the UltraComboEditor as I don't seem to be able to adjust the width of the list displayed...

Thanks