I have one column in xamgrid formatted as %
When its edited user enters 99 it multiplies value by 100
If there a way to avoid it being multipled by 100 while editing
Hi,
A TextColumn has an EditorValueConverter that you can use.
-SteveZ
I am using IValueConverter currently for this and it works fine
But is there any other option that displays it as percent even in editmode ?