ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Grid Namespace / C1GridExtender Class / OnClientLoaded Property

In This Topic
    OnClientLoaded Property (C1GridExtender)
    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