Results 1 to 2 of 2

Thread: Bound datagridview combobox from another table.

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2016
    Location
    South Africa
    Posts
    141

    Bound datagridview combobox from another table.

    I have a bound VB.net datagrid in my application. I would like to make one of the columns a combobox. Problem is I want to use data in another MySQL table (different from the currently bound table) to add the items to the combobox. Is this at all possible ?
    If not - how can I create an empty datagrid and add two data sources to it, with one for the combobox? How do I then go about to save edits in the datagridview to one data source?

    Regards

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,297

    Re: Bound datagridview combobox from another table.

    Follow the CodeBank link in my signature below. There's a thread dedicated to this specific topic.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width