开发者

Use of MaskedEditExtender with decimal point

开发者 https://www.devze.com 2022-12-31 10:32 出处:网络
I am using Ajax extender controls with asp.net 3.5 in particular MaskedEditExtender. My settinngs are:

I am using Ajax extender controls with asp.net 3.5 in particular MaskedEditExtender.

My settinngs are:

M开发者_JAVA技巧ask = 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


I am sorry I am not answering your question directly, but I thought it would be worth mentioning this alternative, which might not exhibit the problem you are having:

http://digitalbush.com/projects/masked-input-plugin/

0

精彩评论

暂无评论...
验证码 换一张
取 消