Hi,
I am using a XamNumericEditor and have a number of issues.
Firstly, when a value is entered into the editor a validation error occurs and says "Value 'x' could not be converted".
Secondly, the control displays values as double and allows doubles to be entered even though I have explicityly set ValueType="System:Int32".
Am I missing something?
The XamNumericEditor is defined as follows:
Hello David,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
Hi Stefan,
Thank you for your sample. I was, in fact, just being stupid and have managed to get it working.
Kind Regards,
Dave
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
One thing I will add is that I found setting PadChar="" and PromptChar="" for the control get's rid of the underscores during edit mode which the users of the application I am developing really hate!