I have version 7.3 of the grid and would like to change the square checked appearance in the checkbox to red from the curent green. Is this possible in this version and if so could you give an explicit example? I do not see any CheckBox style to change settings anywhere. Thanks
Hi,
I the latest version of the controls, there's a property called GlyphInfo which you can use to create images for the different states of a CheckBox. But this property is not available in v7.3. So you might want to consider upgrading.
If that's not possible, then what you could do is put an UltraCheckEditor control on the form with your grid. Set the Style to Custom. Set an Image on the Appearance and CheckedAppearance for the unchecked and checked images you want, respectively.
Then set the grid column's EditorControl property to the UltraCheckEditor control.