Click here to Skip to main content
15,891,567 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to add a combobox control to datagridview at run tme
and retrive the value
Posted
Updated 25-Oct-11 1:41am
v4

1 solution

if u just want to add a combobox column so u could choose column type before you click the add button
1.Right Click on datagridview
2.Properties
3.Columns(Collection)
4.add button
5.write the following :
A.name (is the name of the column)
B.type (is the type of the column (button - checkbox - combobox - textbox - Link - Image)
C.headertext (is the text which will appear to the user)
6.Press Add Button
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900