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

In This Topic
    RowEditStarting Property (TransposedGridTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientRowEditStarting client event. Occurs before a row enters edit mode.
    Syntax
    'Declaration
     
    Public Overridable Property RowEditStarting As String
    public virtual string RowEditStarting {get; set;}
    See Also