Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ComboBox in side of a DataGrid

Status
Not open for further replies.

badrion

Programmer
Jul 16, 2001
34
US
Anyone know how to do this? I have a table with my Master data that contains regular fields and some comboboxes. BUT in VB when I bring them into a DataGrid, I don't get the comboboxes. Help!
 
I don't think that DataGrid supports comboboxes inside it.
I suppose you are using your table in Access Datasheet. You could make a special form consisting of another DataGrid that could be programmatically customized for displaying your combobox data by e.g. double clicking the specified column in your main DataGrid.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top