Tied a hidden column, put KEY.
Play a button column, commandname = "delete" with deleteCommand event
Private void xxxgrid_deletecommand (Object Source, DataGridCommandeventAndargs e) {string key = this.xxxgrid.items [E.Item.ItemIndex] .Cells [i] .text; // i is the number you tied to KEY}