Tagged Questions

0
votes
1answer
793 views

Silverlight XAML Binding — Decimal to Double

I've got some Columns in a DataGridView that have their Binding property set to something like the following: Binding="{Binding NetPrice}" The problem is that this NetPrice field is a Decimal type ...