We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Hi, could you tell me how to add a custom cell into a gridgroupingcontrol?

because i need to add a multi-selection cell in the gridgroupingcontrol, but i didnot find existed cell type which can meet my requierment, Could you tell me how to add a custom celltype ,ie "multidropdowm" , into the gridgroupcontrol?

 

Best regards


2 Replies

AR ArulKeo January 19, 2014 10:19 AM UTC

hi, in addition, when i use

  gd.Appearance.AnyRecordFieldCell.CellType = "DropDownUser";

it will be changed to CellType="Textbox",

DropDownUser is in another package, and i have imported this package.

 

Could you tell me how to handle this?



KC Karuppasamy C Syncfusion Team January 21, 2014 10:29 AM UTC

Hi Arulkeyo,

Thank you for uisng Syncfusion Products.

You can create a custom CellType and then register that through TableModel.CellModels.Add, a sample we ship is \Syncfusion\Essential Studio\11.4.0.26\windows\Grid.Grouping.Windows\Samples\CustomCellTypes. There are many other samples implementing Custom CellTypes in other grids to get an idea of creating a CellType. Once the CellType is added through the CellModels then it can be used anywhere as like other CellTypes.

Please let me know if you need further assistance.

Regards,
Karuppasamy C.

Loader.
Live Chat Icon For mobile
Up arrow icon