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

In This Topic
    RowEditEnded Property (TransposedGridTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientRowEditEnded client event. Occurs when a row edit has been committed or canceled.
    Syntax
    'Declaration
     
    Public Overridable Property RowEditEnded As String
    public virtual string RowEditEnded {get; set;}
    See Also