How can i fill a column by serial number in datagridview (vb.net)

i have a SerialNumber column in DataGridView and a DataSource bound with DataGridView in Vb.net Windows form

I want to populate Serial Numnber in this column in the way i m doing in datagrid on ItemDataBoundEvent

e.Item.Cells(0).Text = e.Item.DataSetIndex + 1

i am not able to find similar event in DataGridView

Can any one Help Me




Answer this question

How can i fill a column by serial number in datagridview (vb.net)

  • How can i fill a column by serial number in datagridview (vb.net)