I want to delete a row from a WPF ListView (lstvParts) that is selected and it's itemsSource row which is a typed dataTable (parts).
I have tried:
parts.Rows.RemoveAt(lstvParts.SelectedIndex)
Can anyone help me?
I want to delete a row from a WPF ListView (lstvParts) that is selected and it's itemsSource row which is a typed dataTable (parts).
I have tried:
parts.Rows.RemoveAt(lstvParts.SelectedIndex)
Can anyone help me?