Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
640
Grouping issues in XamDataGrid
posted

I have a column in my XamDataGrid that is binded to a property of type enum.

The property name is 'Validity'. The enum type is 'EValidity', and its values are: Valid_Val, Warning_Val, Invalid_Val.

I am using a converter that converts from the enum value to an image, so the column displays images instead of the enum's values.

I set the column's width to 20, and because of this small width, I set its Label to be an empty string (" ").

When I group by this column:

1. It is displayed in the GroupByArea with no text, (because I set the label of the column to be empty). Can that be changed?

2. The grouping headers display the enum's values as they are defined in code, (which is not something I would like my users to see). Can I have control over what is displayed?

I have attached my example.

IG_XamDataGrid_Test.zip