I want to show data in a wpftoolkit datagrid where the data is a collection of
public class Thing { public string Foo { get; set; } public string Bar { g
Would it help to declare the FooConverter once at a higher level (maybe as a resource of the DataGrid) instead of in each DataTemplate?
FooConverter
DataGrid
DataTemplate