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
394
Extend validation of UltraTextEditor within Grid Cell
posted

I want to extend the functionality of the UltraTextEditor to validate against certain input types use regular expressions.

 

If I add the UltraTextEditor to a grid column as the Editor property, I cannot seem to capture the key presses to enable me to suppress invalid characters from being entered into this field.

 

Is there another way to apply a regular expression to a grid cell in edit mode? Or perhaps a way to suppress certain characters from being entered into the Editor?

 

Thanks.

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    If you are using a grid, then you need to use the events of the grid, not of the editor control. The grid does not use the control, the control simply provides the grid with a copy of it's own editor.

Children