[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.FlexGridBaseTagHelper-2.DeletingRow

DeletingRow Property

DeletingRow

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

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

The event handler may cancel the row deletion.