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

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