ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / OnClientLoaded Property

In This Topic
    OnClientLoaded Property
    In This Topic
    A function called at the end the wijgrid's lifecycle when wijgrid is filled with data and rendered.
    Syntax
    'Declaration
     
    Public Property OnClientLoaded As System.String
    public System.string OnClientLoaded {get; set;}
    Remarks
    Parameters:
    • jQuery.Event object.
    See Also