Is there a way that I can change the default error icon in my XamDataGrid? My users would like an exclamation point instead of the new asterisk when a record has an error. Everything works as-is. Its just that my users think the new icon is confusing when compared to the WinForm error icon displayed in the app in the pre-WPF days.
Is there a way that I can change the default error icon in my XamDataGrid?
My users would like an exclamation point instead of the new asterisk when a record has an error. Everything works as-is. Its just that my users think the new icon is confusing when compared to the WinForm error icon displayed in the app in the pre-WPF days.
InfragisticsWPF3.v10.2InfragisticsWPF3.DataPresenter.v10.2
Yes, you could change the default error template with a custom style for the DataErrorIconStyleKey.
For more details, look at this article from our online documentation.
In Vlad's link, the following statement in 1.b is no longer valid:
Since you are using the resource key exposed by the DataPresenterBase class, the DataPresenter control will automatically apply this style to the error icons.
Anyone done this recently?
Needs to be in grid resource dictionary now.