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
15
Disable option in UltraCombo
posted

Hello,

I am using infragistic 15.1 and I want to disable some options in combobox, but I do not want to remove it for list, but just make them unavailable to select.

Is something like that supported in Infragistic UltraCombo?

  • 1560
    Offline posted

    Hello Artur,

    My suggestion for achieving your requirement is to use the Activation property of rows and set it to Disable.

    this.ultraCombo1.Rows[1].Activation = Activation.Disabled;


    In this case the item will be visible, but you wouldn't be able to select it.

    I have attached a sample application that uses this approach.
    Please test it on your side and let me know if I may be of any further assistance.

    Sincerely,
    Teodosia Hristodorova
    Associate Software Developer

    5025.UltraCombo_Disable_Options.zip