[]
Occurs when the user is deleting a selected row by pressing the Delete key (see the allowDelete property).
public virtual string OnClientDeletingRow { get; set; }
The event handler may cancel the row deletion.