wpftoolkit DataGridTemplateColumn Template binding
- by Guillaume
I want my datagrid columns to share a cell/celledit template.
I have the solution do that (thanks to WPF DataGridTemplateColumn shared template?). Now what I would love to is improving the readability by avoiding all the node nesting.
My current view looks like that:
<wpftk:DataGrid ItemsSource="{Binding Tests}"…