WinForms v 2020.1.218.40
Editing an decimal element in a RadPropertyGrid causes the data to be rounded to 2 decimal places.
pre-edit:
editing:
post edit (no user made changes):
The desired behavior is to preserve at least original precision.
Setting the DecimalPlaces property on the BaseSpinEditorElement in the EditorInitialized event handler to 12 as suggested here: https://www.telerik.com/forums/propertygrid-rounding
caused this behavior when editing:
and post-edit (no user input):
Suggestions?