Image pushbutton

I''m trying to add a pushbutton with an image to a GridDataBoundGrid. I''ve looked at the sample on how to add an image to a pushbutton, but this is for a GridControl rather than a GridDataBoundGrid. How do you add new celltypes to a GridDataBoundGrid? TIA Jeff

1 Reply

AD Administrator Syncfusion Team October 29, 2004 02:05 PM UTC

Here is a link to a KB for the first question. http://www.syncfusion.com/Support/article.aspx?id=10533 To add a custom celltype to a GridDataBoundGrid requires the same technique as adding a celltype to a GridControl, except you use grid.Model.CellModels.Add instead of grid.CellModels.Add. You do the same steps deriving a cellmodel class and a cellrenderer class.

Loader.
Up arrow icon