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
Needs to be in grid resource dictionary now.
Okay, it won't be found if not in the XamDataGrid resources dictionary now.
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?