my code is here
{
if (dgvItm.Rows[e.RowIndex].Cells[e.ColumnIndex].Value != null)
{
dgvItm.Rows.Add();
dgvItm.Rows[dgvItm.Rows.Count].Cells[0].Value = dgvItm.Rows.Count;
}
}
dgvItm.Rows[dgvItm.Rows.Count].Cells[0].Value = dgvItm.Rows.Count;
}
}
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.
Suthish NairPosted Mar 7, 2011, 2:49 PM
VulpesPosted Mar 7, 2011, 4:50 AM
You'll therefore need to carry out this operation somewhere else.