I am using Ajax extender controls with asp.net 3.5 in particular MaskedEditExtender.
My settinngs are:
Mask = 99.99
InputDirection = RighttoLeft
MaskType = number.
I can't seem to achieve what I want which is to set the focus just to the left of the decimal point. I try both InputDirection RightToLeft and LeftToRight. They both have problematic behavior. The example given by Microsoft on their web site, is close to want I want but I cannot achieve these results.
See http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/MaskedEdit/MaskedEdit.aspx, first example.
Thanks in advance.
Bob