nieuweRij = dtBestelling.NewRow
nieuweRij("soort") = rbknop.Text
nieuweRij("aantal") = 1
dtBestelling.Rows.Add(nieuweRij)
dgBestellingen.Focus()
dgBestellingen.CurrentCell = dgc
'so i need the cell in the 2nd column of the new addedrow