Hi, I've set the
"AllowUserToAdd Rows = true;"
and i want a new row to be added in the datagridview in the specific location.I am trying to add them programatically .
I see an error that you cannot do that when the datagridview is bound to a bindingsource.
If i edit a row, then a new row appears automatically at the last row. But what I need is to "insert" a row before or after a selected row and then add data to it.
Thanks in advance...
Saravanan Krishnan
"AllowUserToAdd Rows = true;"
and i want a new row to be added in the datagridview in the specific location.I am trying to add them programatically .
I see an error that you cannot do that when the datagridview is bound to a bindingsource.
If i edit a row, then a new row appears automatically at the last row. But what I need is to "insert" a row before or after a selected row and then add data to it.
Thanks in advance...
Saravanan Krishnan
Comment