ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Grid Namespace / C1GridExtender Class / OnClientAjaxError Property

In This Topic
    OnClientAjaxError Property
    In This Topic
    A function called when wijgrid is bound to remote data and the ajax request fails.
    Syntax
    'Declaration
     
    Public Property OnClientAjaxError As System.String
    public System.string OnClientAjaxError {get; set;}
    Remarks
    Parameters:
    • jQuery.Event object.
    • The data with this event.
      • The XMLHttpRequest object.
      • A string describing the error type.
      • An exception object.

    Refer to the jQuery.ajax.error event documentation for more details on this arguments.

    See Also