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.