C
csharpula csharp
Hello ,
I have a problem with data grid. I bounded an object to data grid in
this way:
dataGridView1.DataSource = objectA.Name
and the binding is working but the problem is that after the binding
happens,I can't add a new row to the grid and I could do it before. Why
is that?
Thanks!
I have a problem with data grid. I bounded an object to data grid in
this way:
dataGridView1.DataSource = objectA.Name
and the binding is working but the problem is that after the binding
happens,I can't add a new row to the grid and I could do it before. Why
is that?
Thanks!