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
35
UltraNumericEditor
posted

Hi,

I use an UltraNumericEditor and I want to disable the textbox, enabling only to change the numbers only with the spin buttons. Is it possible? How?

  • 72
    posted

    did u find the solution to this probelm??even i have a similar requirement

  • 469350
    Offline posted

     You could probably handle the KeyDown event and set e.Handled to true for any numeric character (and possibly the arrow keys).