Change textbox column to combo box column in datagridview

abhit_kumar

Member
Joined
Aug 13, 2008
Messages
19
Programming Experience
Beginner
Hello All Experts,

In my window application i have taken one combobox column with its collection as "amc", "war" etc.

Now in my datagridview this combobox column is display as Textbox column, i want to change it to combobox with the above collection "amc","war".

I have retreiving the result in datagrid through sql query, hence in datagrid edit column section we doesnot have that part to change to Combobox column.

Please let me know how it will be possible by using vb.net code.

Looking for the solution.

Thanks,

AKM
 
Back
Top