ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / OnClientRowAdded Property

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