AD
Administrator
Syncfusion Team
August 31, 2004 12:57 PM UTC
You would have to derive a custom cell control in the same manner as grid\samples\celltypes\slider (or Calendar cells or ???). The grid\samples\DataBound\repeatercontrol is a sample that puts a UserControl into a custom celltype.
Once you have your derived celltype, you would register it using this.gridGroupingControl1.TableModel.CellModels.Add. Then you would be able to use your new celltype in any ColumnDescriptor Appearance object.