ho risolto interagendo direttamente sul dataset

codice:
Dim o As Integer
        For Each o In GetSelectedRows(DataGrid1)
            dshotel.Tables("clienti").Rows(o).Delete()
        Next


Grazie cmq