This question is locked. New answers and comments are not allowed.
Hi,
I have a RadGridView and one of the columns is bound to a floating-point value like this:
<telerik:GridViewDataColumn DataMemberBinding="{Binding MyFloatProperty}" />
In DisplayMode the value is displayed correctly, according to the current culture's settings (with comma as an separator).
However when I switch to EditMode and enter 1,5 it translates to 15 when going back to DisplayMode. If i instead enter 1.5 and switch back to DisplayMode then it's correctly displayed as 1,5.
Thanks in advance
Tomas