Results 1 to 2 of 2

Thread: Anyone have sample coding on how to create a datagrid combobox ???

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2004
    Posts
    108

    Anyone have sample coding on how to create a datagrid combobox ???

    Anyone have sample coding on how to create a datagrid combobox ???

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    There is an example on Codeproject.com . It's so easy . You just add the control (combobox or whatever) in the controls collection of the datagrid .This is the basic code

    VB Code:
    1. Dim c As New ComboBox
    2. Me.DataGrid1.Controls.Add(c)

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