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

In This Topic
    OnClientCurrentCellChanged Property
    In This Topic
    A function called after the current cell is changed.
    Syntax
    'Declaration
     
    Public Property OnClientCurrentCellChanged As System.String
    public System.string OnClientCurrentCellChanged {get; set;}
    Remarks
    Parameters:
    • jQuery.Event object.
    See Also