Posted 7 December 2021, 7:36 am EST
Hi,
You can use the C1FlexGrid and the ComboBox control to achieve your requirements.
If you want to use the ComboBox inside the C1FlexGrid cells, you can directly assign a ComboBox to the Editor property of the required column and update other cell values in the SelectedIndexChanged event of the ComboBox.
If you want to use the ComboBox to populate the C1FlexGrid, then you can handle Combobox’s SelectedIndexChanged event, to Bind the grid to a DataSource according to the Selected value in the grid.
Kindly refer to the attached sample demonstrating both approaches.
Please let us know if you need any other information.
Regards,
Avnish
GridDropDown_C1FG.zip