If We are Getting Values from database and assign value to the xamwebmasked editor forexample if the mask is 99999 and there is only one value in the database it throws an exception index out of range while we are using databinding mode=twoway..
Hello,
Could you provide some more details about your problem.
What is the Mask's value of the XamWebMaskedEditor and what value are you trying to set to the Value property ?
What object is the XamWebMaskedEditor bound to ?
Regards,
Doychin Dochev
XamWebMaskedEditor bound to 5 digit Extension.. First It takes the 5 digit input like
1
12
123
1234
12345
But in this Care When we want to Modify The Extension The Previous Value Will be there.. The Value will be there when only 5 digits are entered otherwise The Exception is Thrown..
In XamWebMaskedEditor I Bound Value like this
Value ={Binding Extension, Mode=TwoWay, NotifyOnValidationError=True, ValidatesOnExceptions=True}