Operation is not valid when the DataGridView control is in virtual mode?

Posted by monkey_boys on Stack Overflow See other posts from Stack Overflow or by monkey_boys
Published on 2010-04-07T01:06:34Z Indexed on 2010/04/07 1:13 UTC
Read the original article Hit count: 369

Filed under:
|
|

When i add new row in datagrid that say:

dataGridViewX1.Rows.Add(new string[] { "Parker", "Seattle" });

it error

Operation is not valid when the DataGridView control is in virtual mode?

© Stack Overflow or respective owner

Related posts about datagridview

Related posts about c#