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
395
How can I keep the dropdown once I change checkstate of checkbox?
posted

Hi,

I have a one column grid in the dropdown of a combo. That column is a checkbox. Once I click a checkbox, the dropdown disappear.

I wonder if we have some way to keep the dropdown appear in order to allow me to check/uncheck multiple checkboxes?

Regards,

Elton

  • 69832
    Offline posted

    The grid that is displayed by UltraCombo is read-only, so there is really no feasible way to do what you describe here. You could roll your own control, by adding a DropDownEditorButton to an UltraTextEditor's ButtonsRight collection, and assigning an UltraGrid to the button's Control property. You would in this case, however, have to handle the process of getting the "value" from the grid to the UltraTextEditor, which is not difficult or onerous, but does require some coding.