Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How i add a blank line in a datagridview that be populated with a source ?

It doesn't work...

dataGridView.DataSource = MyList;
dataGridView.Rows.Add(new DataGridViewRow());
Posted
Comments
bitofweb 24-Oct-13 1:38am    
What you want to do?
[no name] 24-Oct-13 7:30am    
what do you mean by 'blank line in a datagridview'? Please specify the problem or show some piece of code to understand the problem.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900