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
685
ultranumericeditor edit status
posted

i don't want the control to be editable. i it to be able to use the up and down arrows to change the number and that is it.

is it possible?

Parents
No Data
Reply
  • 23930
    Offline posted

    Hello,

    What you could do in your case is to set the ReadOnly property of the editor to true and then handle its KeyDown event to replicate its default behavior when the up and down keys are pressed.

    I have attached a sample which demonstrates this suggestion.

    Please let me know if you have any additional questions.

    WNE_ChangeValueOnlyWithUpDown.zip
Children