Hi !
I've configured a textbox with the MaskedEditExtender.
MaskType="Number"
Mask="9'999'999.99"
InputDirection="RightToLeft"
CultureName="fr-CH"
With the culturename xx-CH, this control behaves wrongly. The "template" is correctly displayed : Sfr._'___'___.__
But when you enter numbers, they overwrite themself and the number displayed is completly wrong when the control leaves the focus.
With other cultures, this control works well.
Any hint what could be wrong ?
And is it possible to configure the mask to allow only "0" or "5" for the rightmost digit ?
Thanks in advance.
Cheers