Possibly a very simple issue.
The XamNumericEditor is used in a XamDataGrid of mine because the souce contains some properties of type double.
My question is then. How do I remove the underscore from the NumericEditor, when it is in editing-mode?
Hello Christian,
This easily can be achieved by changing the PromptChar property to empty char:
PromptChar=""(in XAML) or PromptChar=''(code behind). By default PromptChar is set to '_' (underscore).
Regards,
Anastas