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
325
UltraCombo: removing dropdown arrow
posted

Hi

The UltraComboEditor has a feature to remove the dropdown arrow. My understanding is that the UltraComboEditor can only display one column.

In our application we need the ability to show multiple columns in the combo box. At times the ComboBox has to be Read Only and that's where I need to remove the dropdown arrow.

Is there a easy way to do this or is it trapping some event and taking over the rendering process?

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi,

    What version of the controls are you using?

    I'm pretty sure that this was an oversight and that a DropDownButtonDisplayStyle property was added to the UltraCombo to correct this recently. I checked the latest version (v9.2) and the property is there. So if you are using an older version, you might want to consider upgrading to the latest service release. How to get the latest service release - Infragistics Community

    If you have an older version and cannot upgrade, then the only way to do this would be to use a CreationFilter to remove the UIElement for the button.

Reply Children