WPF - Getting the value of one a DataGridCell from within DataTemplateSelector
- by Andy T
Hi,
I'm using DataTemplateSelector with the WPFToolkit DataGrid. I want to select the editing template for one cell based on the value of another cell on the same row.
The DataTemplateSelector's SelectTemplate method takes two arguments: one is the data item displayed by the grid row, the other is the grid cell.
What I want to know is how to get…