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
705
How to prevent text editing in drop down box?
posted

Currently, in my grid I have several drop down combo boxes.  You click them and can select items in the list.  However, you can also type in your own text too.  I would like to make it so this cannot happen. 

So far I haven't seen a way to do this (.cellactivation, etc.).   Is there another property I am missing?

 

 

Parents
No Data
Reply
  • 37774
    Verified Answer
    posted

    How are you assigning which editor the cells/columns should use?  If you are using the Style property of the column, you could set it to DropDownList instead of simply DropDown.  If you're using an UltraComboEditor, you could set that control's DropDownStyle to DropDownList.

    -Matt

Children
No Data