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

In This Topic
    OnClientLoadedRows Property (FlexSheet)
    In This Topic
    Occurs after the grid rows have been bound to the data source.
    Syntax
    'Declaration
     
    
    <JsonAttribute(True, 
       2, 
       "loadedRows")>
    Public Overridable Property OnClientLoadedRows As String
    [Json(true, 
       2, 
       "loadedRows")]
    public virtual string OnClientLoadedRows {get; set;}
    See Also