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

Combobox field in GridGroupingGrid

Is it possible to have a combobox filled with customers in an hierarchical grid? I have implemented a combobox in a griddataboundgrid and this seems to work well but what about an hierarchical grid. I would like to set the column''s datasource to a datatable but I can''t find the datasource property for the column in this type of grid. Any help? Thanks a lot

1 Reply

AD Administrator Syncfusion Team November 10, 2004 07:13 AM UTC

You set the DataSource, CellType, ValueMember and DisplayMember properties in the column''s Appearance object. this.gridGroupingControl1.TableDescriptor.Columns["Col1"].Appearance.AnyRecordFieldCell.CellType = "ComboBox";

Loader.
Live Chat Icon For mobile
Up arrow icon