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?
did u find the solution to this probelm??even i have a similar requirement
You could probably handle the KeyDown event and set e.Handled to true for any numeric character (and possibly the arrow keys).