pro_windows_forms thread: Adding a combo box to a DataGrid
Hi I'm trying to add a dropdown list as a column to a datagrid in code. I can successfully add a DataGridTextBoxColumn to my DataGridTableStyle but there does not seem to be a DataGridComboBoxColumn control to use ? I have tried adding a regular combobox to the controls collection of my datagrid but it comes out in the top left hand corner of the datagrid which is not where I want it !! Please help ! C:)
|





