[]
        
(Showing Draft Content)

C1.Web.Mvc.FlexGridBase-1.OnClientDeletingRow

OnClientDeletingRow Property

OnClientDeletingRow

Occurs when the user is deleting a selected row by pressing the Delete key (see the allowDelete property).

Declaration
public virtual string OnClientDeletingRow { get; set; }
Remarks

The event handler may cancel the row deletion.