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

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