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
close icon

GGC, custom cell type

I found good example of creating a custom cell type for GC.
"Syncfusion Essential Grid -> Custom Cell Type -> Drop-Down Form and User Control Demo"

How to do the same for GGC?

I'm trying to register a custom type like this:

this.gridGroupingControl1.TableModel.CellModels.Add ( "DropDownForm", new DropDownFormCellModel (this.gridGroupingControl1.TableModel.Model, new DropDownForm ()));
this.gridGroupingControl1.TableDescriptor.Columns [ "MyCol2"]. Appearance.AddNewRecordFieldCell.CellType = "DropDownForm";

But this does not work...

2 Replies

AK Arseny Khutoriansky November 3, 2009 11:55 PM UTC

I found the solution...

this.gridGroupingControl1.TableDescriptor.Columns["MyCol2"].Appearance.AnyRecordFieldCell.CellType= "DropDownTree";


JJ Jisha Joy Syncfusion Team November 4, 2009 04:15 AM UTC

Hi,

Glad to hear that issue has been resolved.

Thank you for using Syncfusion products.

Regards,
Jisha


Loader.
Live Chat Icon For mobile
Up arrow icon