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