Hello Infragistics team,
As shown in image,
I have a ultra combo 'Third Party', in which an ultra grid is bound, which is having columns 'Field A' & 'Filed B'. The cell in the second column 'Filed B', is again having a combo box. I want that the user should select (tick) values from the combo box, and the selected values will appear in the text box. But the text box must not be user editable at runtime. (marked as 'editable.....' here)
I've tried setting the Activation property of combo box to 'No edit', but then the drop down also doesn't appear.
Hello Narendra,
Something else you might want to look at is the ability to use a checkbox column in the UltraCombo to select multiple items in the drop-down. See the following URL for more information.
http://help.infragistics.com/doc/WinForms/2014.1/CLR4.0/?page=WinCombo_Selecting_Multiple_Values_within_WinCombo.html
Please let me know if you have any other questions about this.
Hi,
So you want the user to be able to drop down the combo, but not to edit the value or select an item from the list? That's a very unconventional UI and I expect your user might be confused by it. There's no way to do that with UltraCombo. If you make the control or the cell read-only, then you also can't drop down the list.