0

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

jv42
  • 8,521
  • 5
  • 40
  • 64
E-Bat
  • 4,792
  • 1
  • 33
  • 58

1 Answers1

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