
Hi,
I have a strange behavior of DataGridDoubleColumn. I define a DataGridDoubleColumn in my datagrid this way:
<datagrideditors:DataGridDoubleColumn DisplayIndex="2" IsReadOnly="False" Binding="{Binding FAKTOR, UpdateSourceTrigger=PropertyChanged}"/>
So the problem is when I enter a double value, for example 15,22 and push Enter or Tab, I get 15,2200002670288.... in my cell.
Current application culture is german.
Any ideas how this can be fixed?
Thank you.