The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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
ADAdministrator 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.