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?

Parents
No Data
Reply
  • 138253
    Offline posted

    Hello Hemant,

     

    Thank you for your post. I have been looking into it, but I cannot be completely sure how your application is organized and how exactly did you bind to your data, so could you please send an isolated sample project, where the issue is reproduced, so I could be able to think of a possible solution for you.

     

    Looking forward for your reply.

Children