Hi,
I just want to know that Is there any way I can type in the number in the ultranumericeditor control from left to right, like we do in ultratexteditor.
Thanks In advance
IH
Being a mask based control, input is supposed to flow from left to right as the mask positions are populated by the user. You might be able to hack something out by setting the SelectionStart property as the characters are typed, i.e., in response to the KeyPress (or maybe KeyUp) event.