AD
Administrator
Syncfusion Team
February 24, 2005 03:12 PM UTC
To set CellType values on a cell by cell basis in a GridGroupingControl, you need to use the QueryCellStyleInfo event. There you set e.Style.CellType based on the e.TableCellIndentity value passed in. So, if e.tableCellIndentity points to your special cell, then set e.Style.CellType to the CellType you have created.
There is a sample of adding custom celltypes in this forum thread. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=25265