What I would like to know is how to delete a complete row of a datagrid when the user selects it and clicks on a button, since I am new working with databases
As follows:
DataGridName.Items.RemoveAt(DataGridName.SelectedIndex);