DataGridTextBoxColumn can hold the ComboBox ??
-
Hey I want to add a column in winforms datagrid That will show the combo box with multi columns. How we can create Multi Column Combo Box & embed that with datagrid Is DataGrid's DataTextBoxColumn can hold the MultiCOlumnComboBox Control??????? Any Source Code,suggestion,link,guidence is highly appreciated Thanks a bunch in advance. Hema Chaudhry
-
Hey I want to add a column in winforms datagrid That will show the combo box with multi columns. How we can create Multi Column Combo Box & embed that with datagrid Is DataGrid's DataTextBoxColumn can hold the MultiCOlumnComboBox Control??????? Any Source Code,suggestion,link,guidence is highly appreciated Thanks a bunch in advance. Hema Chaudhry
-
Hey, Thanks for the Prompt & precise reply. But these all articles I have senn they are implementing the Single Column Combo Box . WhichI have done already. My problem is to embed the MultiCOlumn ComboBox inside datagrid I have seen some multi Column Combobox User Controls Examples also on CodeProject.com iteself. But they all are not fully embedded with the wnforms datagrid. your valuable suggestion are highly appreciated. thanks a lot Hema Chaudhry
-
Hey, Thanks for the Prompt & precise reply. But these all articles I have senn they are implementing the Single Column Combo Box . WhichI have done already. My problem is to embed the MultiCOlumn ComboBox inside datagrid I have seen some multi Column Combobox User Controls Examples also on CodeProject.com iteself. But they all are not fully embedded with the wnforms datagrid. your valuable suggestion are highly appreciated. thanks a lot Hema Chaudhry
You will probably will have to make this yourself. I would suggest you look into one the the articles showing how to add a normal combobox into the grid and try to exchange the combobox with one of the multicolumn comboboxes[^] already available.
-
You will probably will have to make this yourself. I would suggest you look into one the the articles showing how to add a normal combobox into the grid and try to exchange the combobox with one of the multicolumn comboboxes[^] already available.