Review the code snippet before inserting it on your project.
' datarowTemplate1_KeyDown If e.KeyData = Keys.Delete Then If TypeOf sender Is Xceed.Grid.DataRow Then CType(sender, Xceed.Grid.DataRow).Remove() End If End If
With from Barcelona