We are using DataErrorDisplayMode for inline error in our grids. We are using ErrorIconAndHighlight property and adjusted to use our own image. Everything displays correctly, however, with the Highlight property we get a red outline around the cell and a cell fill (light red). We only want the red outline, we do not want the fill. Is there a way to adjust this so that we can eliminate the light red fill and keep the red outline only?
The image to the left is now it now appears, the image on the right is how we want it to appear.
Thanks for your help.
Please look into this post for styling data errors.
http://help.infragistics.com/Help/NetAdvantage/WPF/2011.1/CLR4.0/html/xamDataPresenter_Styling_Data_Errors.html
This is how it looks like for me.
For your convenience I have assembled all the code and tweaked it for your requirement.
Place this code in XamDataGrid.Resources
If you don't have style for icon place this in XamDataGrid.Resources as well
RegardsAnil Vangari