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

In This Topic
    OnClientInvalidCellValue Property
    In This Topic
    A function called when a cell needs to start updating but the cell value is invalid.
    Syntax
    'Declaration
     
    Public Property OnClientInvalidCellValue As System.String
    public System.string OnClientInvalidCellValue {get; set;}
    Remarks
    Parameters:
    • jQuery.Event object.
    • The data with this event.
      • Gets the information of edited cell.
      • Current value.
    See Also