I am using the ComponentArt Grid control to display some text which works fine, an example line is shown below.
<ComponentArt:GridColumn width="70" DataField="ActiveState" HeadingText="Active State" />
I am databinding so that the above line displays “Enabled” or “Disabled”, as “ActiveState” is a property on a class that returns the appropriate string. I’ve now been asked to replace the text with a graphic (a tick or a cross). I’m not too familiar with this control and find the ComponentArt website rather unhelpful. Can anyone suggest the appropriate format to display a graphic in the cell rather than text?