Hi all,
I am using visual c# - windows Application in that I am not able to insert combobox inside datagrid. Can any one provide the solution for this problem.
Thanks in Advance,
charles pratheepan![]()
Hi all,
I am using visual c# - windows Application in that I am not able to insert combobox inside datagrid. Can any one provide the solution for this problem.
Thanks in Advance,
charles pratheepan![]()
Combobox inside datagrid
Robert Green
this article explains an easy way to do it.
http://www.codeproject.com/cs/miscctrl/DataGridZen.asp
If you use VS2005, use the DataGridView control instead. The
DataGridViewComboBoxColumn class is a little easier to implement.
good luck!