ho seguito il tuo codice, però mi da un piccolo errore durante l'update...

"Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index "



Sub dgModifica_Edit(ByVal sender As Object, ByVal e As DataGridCommandEventArgs)
dgModifica.EditItemIndex = e.Item.ItemIndex

End Sub

dgModifica.EditItemIndex = 0 ... come mai???

come mai????