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
mfaina said:do I need an image for Indeterminate considering possible cells with a null value?
That's up to you. If you cells might show the indeterminate state, then you will probably want to specify an image. If it's a boolean column and cannot be null, then you won't need it. :)
All set, thanks!
I am using 7.3 - I am setting it in InitializeLayout, I have an image for Checked, Appearence(is it uncheck?), do I need an image for Indeterminate considering possible cells with a null value?
thanks,
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.