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

In This Topic
    RowEditEnding Property (TransposedGridTagHelper)
    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