Hi
I am upgrading a XAF application from 13.2 to 14.2.
I have a Grouped column in a listview where the grouped item is an returned as enum item. In 13.2 the attribute Imagename showed the image and dipslayname in the column name next to expand icon.
A line in the Enum:
<XafDisplayName("Not yet processed")> _
<ImageName("State_Validation_Skipped")> _
Unprocessed = 0
The corrected XAFDisplayname works but the image is no longer showing although works in 13.2?
Many thanks for looking into this for me.
Ken