Hi,
I have a boolean type column in the grid and set its style to checkbox. Also I set its header checkbox visibility property to Always to enable the header checkbox. In order to apply some custom style on the default checkbox in the column, I added a checkbox Editor and set the column's EditorComponent property as this custom checkbox Editor. Now all the cells except the header cell can display as this custom Editor's style. How can I change the style of header checkbox? Looking forward to your feedbacks.
FYI. I'm using version NetAdvantage 2010.1.
What exactly is your custom style doing? Are you simply changing the appearance of the checkbox? Are you assigning a GlyphInfo? Are you using images?
The column header checkbox doesn't support editors. But you can set the glyphs on a control or application level. If you are using images, then you can probably achieve what you want using a DrawFilter or CreationFilter. But it's impossible to say what the best approach is without knowing what you are trying to change.
Thanks for you reply, Mike.
I want to assign office 2007 style glyphs to the checkbox. Also I don't want to apply this feature to the application level. Is it possible only apply this glyph to the column fo grid or the grid level. I can't find a related property on the column or the grid.
Thanks,
Kun