How to have lookup fields in dbgrid please (VB.NET 2003)

  • Thread starter Thread starter David
  • Start date Start date
D

David

Would someone please explain how I can activate the pull down lookup fields
in a db grid.

I have created a SQL database within ACCESS and converted to SQL using the
upsize wizard.

The database consits of 5 tables. 4 of these are options that the main table
can select but I am unsure how to set up a column so that it looks up one of
the other databases (like a db linked combo box).

Thanks in advance.
 
Hi,

Here are a couple of links.

MSDN Mag article
http://msdn.microsoft.com/msdnmag/issues/03/08/DataGrids/default.aspx

Syncfusion website. Great resource website has problems loading at times.
http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q480q


Ken
------------------------
Would someone please explain how I can activate the pull down lookup fields
in a db grid.

I have created a SQL database within ACCESS and converted to SQL using the
upsize wizard.

The database consits of 5 tables. 4 of these are options that the main table
can select but I am unsure how to set up a column so that it looks up one of
the other databases (like a db linked combo box).

Thanks in advance.
 
David,

A combobox complete with sample (the sample is in the top the box at the
bottom)
http://groups-beta.google.com/group/microsoft.public.dotnet.languages.vb/msg/939573dbe957f4ee

An additional link to Ken (plus first the correction for that not loading, I
have that problem).
http://64.78.52.104/FAQ/WinForms/default.asp#44

DateTimePicker (describes how to make datagridcolumncontrols)
http://msdn.microsoft.com/library/d...windowsformsdatagridcolumnstyleclasstopic.asp

I hope this helps a little bit?

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top