Our app is showing a xamDataGrid with a default grouping. The grouping happens to be on a Property which is of Enumeration type. In other areas of our app we are able to specify a ValueConverter to use with the enumeration during binding to produce a friendlier version of the enum value. How do I achieve the same within a GroupBy Header? Right now "unfriendly" strings are being shown in the headers.
Nevermind. I found the Converter Property on the Field object. Nice.