How to change error icon shown in datagrid cells
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I want to be able to change the error icon shown in the datagrid cells on a per cell basis when i use the SetColumnError method. For example, my application has errors and warnings. Errors prevent a user from saving any changes and warnings are only a visual indicator that the user needs to read. I want to display the normal red error icon for errors, but want to display a different icon (a yellow error icon) on a warning. How can I change this icon?