I have property double? MyDouble { get .. set ... }.
I've binded it in DataGridTextColumn:
<DataGridTextColumn Binding="{Binding MyDouble}" />
It works fine unless I add UpdateSourceTrigger=PropertyChanged.
<DataGridTextColumn Binding="{Binding MyDouble,
UpdateSourceTrigger=PropertyChanged}" />
In this case I can't enter "." and add "double" value. How can I avoid this behavior?
Uninstall .NET 4.5 Beta. I've posted this bug to Microsoft support.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With