Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
285
XamNumericInput issue
posted

I am using xamnumeric for numeric data.

<ig:XamNumericInput Grid.Row="0"
Grid.Column="1"
Mask="{}{double:7.5}"
Value="{Binding UpdateSourceTrigger=PropertyChanged,
Path=Price,
Mode=TwoWay}" />

I am getting following error message whenever i tab out from the control after entering value.

Value is invalid. Please enter a valid value.

Second thing i want know What is exact way to clear the value of the text box.

I want to get 0 at back end if some one clear the value in text box.

currently If i enter a value and then clear it now if i click on ok button i am getting value instead of 0?