Cannot add rows when the DataGridView control is in virtual mode?
- by monkey_boys
When I try to add a new row to a DataGridView in virtual mode like this:
dataGridViewX1.Rows.Add(new string[] { "Parker", "Seattle" });
The following exception occurs:
Operation is not valid when the
DataGridView control is in virtual
mode?