[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.FlexGridBaseTagHelper-2.RowAdded

RowAdded Property

RowAdded

Configurates the OnClientRowAdded client event. Occurs when the user creates a new item by editing the new row template (see the allowAddNew property).

Declaration
public virtual string RowAdded { get; set; }
Remarks

The event handler may customize the content of the new item or cancel the new item creation.