how to add row in datagridview to the end ?
how to add row in datagridview to the last row ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted May 5, 2013, 7:06 PM
DGV.RowCount++;
Otherwise, you'll need to add a blank row to the underlying data source.