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