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

In This Topic
    OnClientFilterOperatorsListShowing Property
    In This Topic
    A function called before the filter drop-down list is shown.
    Syntax
    'Declaration
     
    Public Property OnClientFilterOperatorsListShowing As System.String
    public System.string OnClientFilterOperatorsListShowing {get; set;}
    Remarks
    Parameters:
    • jQuery.Event object.
    • The data with this event.
      • Associated column.
      • An array of filter operators.
    See Also