GridList CellType in a GridList Dropdown

Hi All, I have an unbound grid with a dropdown gridlist cell. Does anyone know if it is possible to have a celltype of ''GridList'' for one of the cells in the dropped down gridlist? If so, how can this be accomplished? Using v3.x of Sync and VB.Net. Thanks, Felix

1 Reply

AD Administrator Syncfusion Team February 25, 2005 01:09 AM UTC

Instead of a GridControl with a dropdowngridlistcontrol, you might try using a GridControl with a dropdown grid. Then in your dropdown grid, you could use a dropdowngridlistcontrol cell, or if you want a (non-dropdown) gridlistcontrol, you can set up a cell with a style.CellType="Control" and style.Control = gridListControl1. Here is a link to a sample that shows how to have a dropdown grid in a GridControl. \Program Files\Syncfusion\Essential Suite\3.0.1.0\Windows\Grid.Windows\Samples\In Depth\DropdownGrid

Loader.
Up arrow icon