I am adding one row to datagrid at runtime , but there is already one row in the datagrid while loading how to remove that one default row? is there any property for datagrid to remove that?
Loading
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.
Dorababu MekaPosted Oct 5, 2012, 8:18 AM
datagridview1.AutoGenerateColumns=false;
R ACHUTHAPosted Oct 5, 2012, 7:35 AM