Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
i added a textbox,combobox and Datagridview in windowsForm, i want textbox and combox add in datagridview,how to use that in vb.net

What I have tried:

i added a textbox,combobox and Datagridview in windowsForm, i want textbox and combox set in datagridview
Posted
Updated 27-Jul-16 0:27am
v2
Comments
Suvendu Shekhar Giri 26-Jul-16 3:24am    
Not Clear. Share the code you have tried so far and also explain the issue more clearly.
saifudheen kt 26-Jul-16 9:06am    
other controls add to datagrid
saifudheen kt 26-Jul-16 4:36am    
a textbox added to datagrid column

1 solution

there is already a DataGridViewTextBoxColumn and DataGridViewComboBoxColumn in DataGridView. you just have to add columns in datagridview and select what type of column you want to add.
 
Share this answer
 
Comments
saifudheen kt 27-Jul-16 8:26am    
i want other controls added to datagrid, like textbox, combobox. i added textbox,combobox,and datagrid in form , i want place this control in datagridview in windows forms

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