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
1405
How does one apply an InputMask to an UltraComboEditor?
posted

Simply put in the topic title. 

 

I have an UltraComboEditor bound to a grid cell, and require a masked input.

I tried using the UltraGridCell's MaskInput property to no avail. ("999-9999-999")

 

Thanks in advance.

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi,

    UltraComboEditor does not have any input masking functionality. You can limit the users choices to the list by setting the DropDownStyle to DropDownList, or using the LimitToList property. Or you could validate when the user has entered in the Validating event of the control.

Children