AD
Administrator
Syncfusion Team
February 11, 2004 07:48 PM UTC
I do not know a way to do this (themes on a single column) without just draw your own bitmap button like the buttons in the CellButtons sample.
As far as putting a bitmap on a combobutton,there are a couple of things you can try. You can handle the CellDrawn event, and if it is your cell, you could draw a bitmap over the button at this point. Or you can derive your own cell control, and draw everything your self.