AD
Administrator
Syncfusion Team
June 10, 2006 12:52 PM UTC
The sample \Essential Studio\4.2.0.37\Windows\Grid.Windows\Samples\In Depth\CellButtons shows how you can have a butten that displays a bitmap. See the ellipsis cell type used there.
Another way you can do this is to set the CellType to "PushButton" and subscribe to the grid''s DrawCellButton event. There you can use e.Graphics.DrawImage to draw the bitmap and then set e.Cancel = true to indicate you have handled the drawing.