CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: dbgrid

  1. #1
    Join Date
    Jul 1999
    Posts
    4

    dbgrid

    How do i get a drop down list in db grid ?


  2. #2
    Guest

    Re: dbgrid

    1. enable the button property of the column object
    2. Create a hidden drop down list box at startup
    3. whenever the user clicks the dbgrid'd column button, enable the ddl and move it to the dbgrids column position
    4. update the selected item to the current cell and then hide ddl



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