GDBG Integer-DoubleTextBox CellType

Hi Why are IntegerTextBox and DoubleTextBox not listed in StyleInfo.CellType ? How can I add custom controls to the list ? Thanks

1 Reply

AD Administrator Syncfusion Team December 9, 2005 02:46 PM UTC

They are not listed because we do not have those celltypes in our library. So, you want to add custom celltypes to the design time experience? If so, you would have to be using a derived grid, and then you could change the grid.BaseStylesMap.CellTypes collection and add strings for the cell types you want to show up in the dropwdown. You also need to register those custom cell types s in the grid model either using Model.CellModels.Add or handling QueryCellModel event.

Loader.
Up arrow icon