I want to disable ErrorSummary
in my DataGrid
, but I cannot find a intuitive way to do it, can someone point me out how to do it?
Thanks
Elio
Asked
Active
Viewed 288 times
0
1 Answers
0
There is no built-in way to disable the error summary. You'll have to apply a style to the DataGrid that doesn't include it. You can take the default style on MSDN and remove the ValidationSummary element from the XAML.

Kelly Ethridge
- 1,669
- 1
- 11
- 12