BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
style.CellType = "GridListControl";
style.DataSource = someDatatable;
style.DisplayMember = somePropertyInTheDataTable;
style.ValueMember = someOtherPropertyInThedataTable;
You can see samples of the GridListControl dropdown cell in the grid\samples\celltypes\ComboBoxes folder.
>style.CellType = "GridListControl";
>style.DataSource = someDatatable;
>style.DisplayMember = somePropertyInTheDataTable;
>style.ValueMember = someOtherPropertyInThedataTable;
>
>
>You can see samples of the GridListControl dropdown cell in the grid\samples\celltypes\ComboBoxes folder.
>>style.CellType = "GridListControl";
>>style.DataSource = someDatatable;
>>style.DisplayMember = somePropertyInTheDataTable;
>>style.ValueMember = someOtherPropertyInThedataTable;
>>
>>
>>You can see samples of the GridListControl dropdown cell in the grid\samples\celltypes\ComboBoxes folder.