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
1475
Checkbox in Ultra Combo
posted

Hi-

I have a ultra combo which has a check box in one of the column so that the user can select multiple rows.

In the display layout of the ultra combo, I set the following properties.

 .Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.True

.Bands(0).Columns("Select").CellActivation = Infragistics.Win.UltraWinGrid.Activation.AllowEdit

Still, I am not able to Select the check box in the combo editor.

I am using ultra combo instead of win grid to save space in my form

Is there any property that I am missing??

Thanks in advance.