WPF Datagrid Cell with Validation Error Style
- by joerage
Hi,
I am trying to change the default style of a DataGridCell (within a WPF Toolkit DataGrid) when there is a validation error. The default is a red border. How can I put my own template?
Thanks.