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
25
Cannot Hide the DropDownButton of the UltraCombo
posted

Hi,

In some cases I want to hide the DropDownButton of UltraCombo. When I use the UltraComboEditor I have the property DropDownButtonDisplayStyle. this property I can set to never. Is there any possibilty to do something like that with the UltraCombo. I cannot use the UltraComboEditor because I need more then one column.

 

Birgit 

 

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi Birgit,

        Out of curiosity, why hide the button? Are you only hiding it sometimes? That seems like unusual UI.

         I'm surprised there is no property to hide the button, but I can't find one, either. This seems to be something of an oversight. You should probably report this to Infragistics Developer Support: Submit an incident to Infragistics Developer Support

        In the mean time, you can probably acheive what you want using a CreationFilter. I recommend checking the Infragistics KB for articles and samples of CreationFilters and also, get the Infragistics UIElementViewer Utility, it's a big help.

         

         

Reply Children