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

In This Topic
    OnClientDataLoaded Property
    In This Topic
    A function called when data are loaded.
    Syntax
    'Declaration
     
    Public Property OnClientDataLoaded As System.String
    public System.string OnClientDataLoaded {get; set;}
    Remarks
    Parameters:
    • jQuery.Event object.
    See Also