AD
Administrator
Syncfusion Team
May 24, 2004 10:53 AM UTC
The grid\samples\in depth\cellbuttons sample has a cell control that places a bitmap on a button. You could use the same control in your code to have a bitmap button.
When using this sample, there is a line that reads:
iconPainter = new GridIconPaint("CellButtons.", typeof(EllipsisCellButton).Assembly);
The ''CellButtons.'' in the line is the namespace where you have embedded the bitmap resource, so make sure it is set properly or your bitmap will not show up.