ig.spreadsheet.SpreadsheetFilterDialogOption

Enumerates options that specify the initial display of the Filter Dialog.

Dependencies

jquery-1.4.4.js
infragistics.util.js
infragistics.ext_core.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.ext_web.js
infragistics.xml.js
infragistics.dv_interactivity.js
infragistics.dv_core.js
infragistics.documents.core_core.js
infragistics.dv_jquerydom.js
infragistics.excel_core.js
infragistics.ext_ui.js
infragistics.undo.js
  • beginsWith

    Type:
    ig.spreadsheet.SpreadsheetFilterDialogOption
    Default:
    6

    Filter in string values which begin with the comparison value.

  • between

    Type:
    ig.spreadsheet.SpreadsheetFilterDialogOption
    Default:
    12

    Filter in values which are between two comparison values.

  • contains

    Type:
    ig.spreadsheet.SpreadsheetFilterDialogOption
    Default:
    10

    Filter in string values which contain the comparison value.

  • custom

    Type:
    ig.spreadsheet.SpreadsheetFilterDialogOption
    Default:
    13

    Show the dialog with the default options.

  • doesNotBeginWith

    Type:
    ig.spreadsheet.SpreadsheetFilterDialogOption
    Default:
    7

    Filter in string values which do not begin with the comparison value.

  • doesNotContain

    Type:
    ig.spreadsheet.SpreadsheetFilterDialogOption
    Default:
    11

    Filter in string values which do not contain the comparison value.

  • doesNotEndWith

    Type:
    ig.spreadsheet.SpreadsheetFilterDialogOption
    Default:
    9

    Filter in string values which do not end with the comparison value.

  • endsWith

    Type:
    ig.spreadsheet.SpreadsheetFilterDialogOption
    Default:
    8

    Filter in string values which ends with the comparison value.

  • equals

    Type:
    ig.spreadsheet.SpreadsheetFilterDialogOption
    Default:
    0

    Filter in values which are equal to the comparison value.

  • greaterThan

    Type:
    ig.spreadsheet.SpreadsheetFilterDialogOption
    Default:
    2

    Filter in values which are greater than the comparison value.

  • greaterThanOrEqual

    Type:
    ig.spreadsheet.SpreadsheetFilterDialogOption
    Default:
    3

    Filter in values which are greater than or equal to the comparison value.

  • lessThan

    Type:
    ig.spreadsheet.SpreadsheetFilterDialogOption
    Default:
    4

    Filter in values which are less than the comparison value.

  • lessThanOrEqual

    Type:
    ig.spreadsheet.SpreadsheetFilterDialogOption
    Default:
    5

    Filter in values which are less than or equal to the comparison value.

  • notEqual

    Type:
    ig.spreadsheet.SpreadsheetFilterDialogOption
    Default:
    1

    Filter in values which are not equal to the comparison value.

The current widget has no events.
The current widget has no public methods.

Copyright © 1996 - 2024 Infragistics, Inc. All rights reserved.