C
Claudia Fong
I need to add new rows into a datagridview manually.. but when I first
added the new row I got an error of:
No row can be added to a DataGridView control that does not have
columns. Columns must be added first.
But when I add the column I got this error:
At least one of the DataGridView control's columns has no cell template.
Can someone help me?
I want to add something like this:
Name Id Balance
ABC 123 300
Cheers!
Claudi
added the new row I got an error of:
No row can be added to a DataGridView control that does not have
columns. Columns must be added first.
But when I add the column I got this error:
At least one of the DataGridView control's columns has no cell template.
Can someone help me?
I want to add something like this:
Name Id Balance
ABC 123 300
Cheers!
Claudi