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
945
Check box image
posted

 Hi:

   I have an unbound bool column  that shows check boxes as it should. I will like to show my own icons/images/png based on true false instead of the check boxes. I will not want buttons that are clickable. Is there a way to do this? 

Thanks, 

Mihail 

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi Mihail,

    If you are using v8.2 of the controls, then you can use the new GlyphInfo property to do this. 

    If you are using an earlire version, then you will need to use an UltraCheckEditor control and set it's Style to Custom. Then use the various appearances to apply an image for each state like CheckedAppearance, Appearance, and possibly IndeterminateAppearance. Then you attach the editor to the grid column via the EditorControl property. 

Reply Children