ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FlexGridTagHelper Class / DeletingRow Property

In This Topic
    DeletingRow Property (FlexGridTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientDeletingRow client event. Occurs when the user is deleting a selected row by pressing the Delete key (see the allowDelete property).
    Syntax
    'Declaration
     
    Public Overridable Property DeletingRow As String
    public virtual string DeletingRow {get; set;}
    Remarks
    The event handler may cancel the row deletion.
    See Also