The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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
ADAdministrator 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