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

In This Topic
    RowEditEnding Property (FlexGridTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientRowEditEnding client event. Occurs when a row edit is ending, before the changes are committed or canceled.
    Syntax
    'Declaration
     
    Public Overridable Property RowEditEnding As String
    public virtual string RowEditEnding {get; set;}
    See Also