I've got a major usability issue coming back from my client resulting from the use of the RadMaskedEditBox control. The biggest issue is when using a Date mask (mask type 'd'). The control requires users to either click the right arrow or manually type in the slash while entering a date value.
Is there a property on the control that I can set to force the control to advance past the slash while typing (or backspacing), or do I have to manually implement such a behavior.
This behavior is a common trait of most MaskedEditControls.
Is there a property on the control that I can set to force the control to advance past the slash while typing (or backspacing), or do I have to manually implement such a behavior.
This behavior is a common trait of most MaskedEditControls.