Hi
I am using a UltraMaskEditor with input mask 'nnnnnnnnn.nnnnnnnn'. My editor size is very small, we can see only 5 digits at a time. Now the problem is when we enter the editor then it selects all the text which is fine, but when we start typing the value is hidden to the left of the editor, we should use our cursor to go left to see the text. Its taking the value correctly i.e. when we exit the edit mode the value entered is persisting, but we cant see whats happening when we start typing.
For example when we enter edit mode and type 20.35 then the editor will be empty until we 3 is typed i.e. the 20. is hidden to the left of the editor. I want to show 20.35 in editor as we start typing. Can anyone help me to solve the above mentioned problem
Thanks in advance
Navi
I had a similar problem with the numeric editor. Try to set the DisplayMode to MaskMode.Raw, or see if you're using any right aligning.
Can someone help me to solve the above mentioned problem. Its very important.