Tuesday, 20 August 2013

WPF DataGrid, converting value in cell

WPF DataGrid, converting value in cell

I have DataGrid with column populated by value of field xxx:
<DataGridTextColumn Binding="{Binding Path=xxx, Mode=OneWay}"
Width="140" Header="Some Header"/>
I am now allowed to make any changes to class being used to populate this
DataGrid. I created MyConverter but I do not know how I should modify my
xaml to get it working. Any help on this please?
Thank you!

No comments:

Post a Comment