Re: Add values to DataGridViewRow "manually" -> Rows are empty
- From: selig4win@xxxxxxxx
- Date: 30 Jun 2005 06:09:36 -0700
I found the solution for myself.
DataGridViewRow row = new DataGridViewRow();
row.CreateCells(this.dataGridViewLogger, new object[] { "asdf",
"dfsd", "sdf" });
this.dataGridViewLogger.Rows.Add(row2);
.
- References:
- Add values to DataGridViewRow "manually" -> Rows are empty
- From: selig4win
- Add values to DataGridViewRow "manually" -> Rows are empty
- Prev by Date: Re: Cached ADO
- Next by Date: Re: Cached ADO
- Previous by thread: Add values to DataGridViewRow "manually" -> Rows are empty
- Next by thread: multi recordset error?
- Index(es):