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

In This Topic
    RowAdded Property (FlexGridTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientRowAdded client event. Occurs when the user creates a new item by editing the new row template (see the allowAddNew property).
    Syntax
    'Declaration
     
    Public Overridable Property RowAdded As String
    public virtual string RowAdded {get; set;}
    Remarks
    The event handler may customize the content of the new item or cancel the new item creation.
    See Also