This is a migrated thread and some comments may be shown as answers.

RadMaskeditBox funcionality

2 Answers 159 Views
MaskedEditBox
This is a migrated thread and some comments may be shown as answers.
Aldemar
Top achievements
Rank 1
Aldemar asked on 02 Mar 2009, 04:23 PM
Hi!

I have noted some aspects in RadMaskeditBox that I found important for better performance and funcionality for users, When using Numeric Mask.

First: Before I start input numeric data I can see for ex: 0.00 default mask according MaskString, and i wanted to input 100,000 but i note first 0 from mask continues like a static number, thus, mask shows me 1,000,000.00. To correct this I need to shift 1 caret position to the right from mask "0.00" (integer number before decimal point) so mask replace 0 to the first 1 (comes from 100000 number) while typing digits and shows me 100,000.00, that is was I needed. This behavior turns into some annoying because when people needs fast typing using numkeypad must clik into every maskeditbox, then shift the caret position or clicking mouse over caret position just before decimal point, thus for some people is tedious try to point just in the right position to start digits input. Due to caret position generally start from left position to first 0 from mask, I think you should consider when some begins typing, inmediatelly 0 (mask) be replaced with first number typed.

Second: When I'm typing and I need decimal numbers, normally I expect when I typing (.) (decimal point) from keypad would have adecuated behavior into radMaskeditBox, and automatically shitf just right to the decimal point, but it doesn't happen. This would be good for better typing performance.

Thanks for consider this tips

2 Answers, 1 is accepted

Sort by
0
George
Top achievements
Rank 1
answered on 06 Mar 2009, 02:47 AM
I agree, typing a decimal point seems more natural way to move to the right of the decimal-point.

-George
0
Martin Vasilev
Telerik team
answered on 06 Mar 2009, 01:10 PM
Hello George ,

Thank you for the feedback.

I will discuss your suggestions with the dev team for possible implementation in some of the feature versions of RadMaskedEditBox.

Do not hesitate to write us back if you have other questions.

Greetings,
Martin Vasilev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
MaskedEditBox
Asked by
Aldemar
Top achievements
Rank 1
Answers by
George
Top achievements
Rank 1
Martin Vasilev
Telerik team
Share this question
or