Does anyone have an example with percent conversion with xamnumeric editor? Converting to/from .xx (database) to xx% .
When you put a binding on the Value property to bind to your underling object property, you can set the Converter to a class that you create that implements IValueConverter. Here's a simple version that uses 2 numeric editors:
"local" will need to be mapped to whatever clr namespace you put the IValueConverter in.