CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2006
    Posts
    38

    Problem with DataGridViewComboBoxColumn

    Hi Everyone
    I wrote an application for bank account manger with C# and i have data grid view with DataGridViewComboBoxColumn, and i want to populate it with enum variable has three value.
    the question is
    how to perform that and how to obtain the selected item from the combobox column?

  2. #2
    Join Date
    Oct 2008
    Location
    Cologne, Germany
    Posts
    756

    Re: Problem with DataGridViewComboBoxColumn

    look how nice I am, I even googled for you
    http://www.dotnetspider.com/resource...boxColumn.aspx

    edit:
    wow, my answer is already indexed by google, that was fast

    edit^2

    here, I've got another one: http://www.c-sharpcorner.com/UploadF...53259AM/1.aspx
    Last edited by memeloo; January 17th, 2010 at 05:01 PM.
    win7 x86, VS 2008 & 2010, C++/CLI, C#, .NET 3.5 & 4.0, VB.NET, VBA... WPF is comming

    remeber to give feedback you think my response deserves recognition? perhaps you may want to click the Rate this post link/button and add to my reputation

    private lessons are not an option so please don't ask for help in private, I won't replay

    if you use Opera and you'd like to have the tab-button functionality for the texteditor take a look at my Opera Tab-UserScirpt; and if you know how to stop firefox from jumping to the next control when you hit tab let me know

  3. #3
    Join Date
    Mar 2006
    Posts
    38

    Talking Re: Problem with DataGridViewComboBoxColumn

    really that nice from u
    but really i'm newbie in C# and i didn't understand all the codes in the exampel so could you pls tell me in short the codes required to retrieve the value selected by the user in the combopox column

  4. #4
    Join Date
    Jun 2008
    Posts
    2,477

    Re: Problem with DataGridViewComboBoxColumn

    If you do not understand the sample code then perhaps you should spend some more time learning the fundamentals before trying something that is above your proficiency level.

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

Featured