How to Generate a Combo Box in GRID Columns vb.net?
Here is my code where I am getting info into grid, however I would like to add 1 more columns with combo box and value (yes/No).
With grdStructure
.DataSource = rs
End With
Printable View
How to Generate a Combo Box in GRID Columns vb.net?
Here is my code where I am getting info into grid, however I would like to add 1 more columns with combo box and value (yes/No).
With grdStructure
.DataSource = rs
End With
take a look at www.leadit.be : extendeddatagrid
http://dotnet.leadit.be/extendeddata..._2_for_1_0.zip
great code for adapting your datagrid
jinte