inserting a text box into datagridview
-
hi all, how i can insert a coloumn in the datagridview that conatins a text boxes fields :doh:
Thanks alot Hamody
-
hi all, how i can insert a coloumn in the datagridview that conatins a text boxes fields :doh:
Thanks alot Hamody
-
HI gauthee.:-D
-
HI gauthee.:-D
-
hi all, how i can insert a coloumn in the datagridview that conatins a text boxes fields :doh:
Thanks alot Hamody
-
hi all, how i can insert a coloumn in the datagridview that conatins a text boxes fields :doh:
Thanks alot Hamody
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"