Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. inserting a text box into datagridview

inserting a text box into datagridview

Scheduled Pinned Locked Moved C#
6 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mohammad Dabaan
    wrote on last edited by
    #1

    hi all, how i can insert a coloumn in the datagridview that conatins a text boxes fields :doh:

    Thanks alot Hamody

    G L D 3 Replies Last reply
    0
    • M Mohammad Dabaan

      hi all, how i can insert a coloumn in the datagridview that conatins a text boxes fields :doh:

      Thanks alot Hamody

      G Offline
      G Offline
      gauthee
      wrote on last edited by
      #2

      use template columns

      Gautham

      K 1 Reply Last reply
      0
      • G gauthee

        use template columns

        Gautham

        K Offline
        K Offline
        Kushi Bobby
        wrote on last edited by
        #3

        HI gauthee.:-D

        G 1 Reply Last reply
        0
        • K Kushi Bobby

          HI gauthee.:-D

          G Offline
          G Offline
          gauthee
          wrote on last edited by
          #4

          hi

          Gautham

          1 Reply Last reply
          0
          • M Mohammad Dabaan

            hi all, how i can insert a coloumn in the datagridview that conatins a text boxes fields :doh:

            Thanks alot Hamody

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #5

            download the ComponentOne FlexGrid :)))

            VirtualVoid**.NET**

            1 Reply Last reply
            0
            • M Mohammad Dabaan

              hi all, how i can insert a coloumn in the datagridview that conatins a text boxes fields :doh:

              Thanks alot Hamody

              D Offline
              D Offline
              Drew McGhie
              wrote on last edited by
              #6

              DataGridViewTextBoxColumn MyColumn = new DataGridViewTextBoxColumn(); myDataGridView.Columns.Add(MyColumn); Try that. Syntax is off the top of my head, so you may have to modify things slightly, but at runtime, that's the way to do it. In the designer, right click the DGV and select "add column"

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups