Version

Filtering class Members

The following tables list the members exposed by Filtering.

Public Constructors
 NameDescription
Public ConstructorFiltering Constructor  
Public Properties
 NameDescription
Public PropertyalignmentDetermines the location of the filter row. Location of the filter row  
Public PropertyanimationDurationMsThe duration of the animation that the filter rule dropdown will play while its displaying or hiding in milliseconds Animation duration in milliseconds  
Public PropertyanimationEnabledIndicates whether the filter rule dropdown will play an animation while it is displaying and hiding True if an animation will play, false otherwise  
Public PropertyanimationTypeThe type of animation that the filter rule dropdown will play when it is displaying and hiding. The animation type  
Public PropertycaseSensitiveIndicated whether filtering will be case sensitive or not.  
Public PropertycellInEditModeReturns the cell that is currently in edit mode, if no cell is currently under edit, then null will be returned. (Inherited from Infragistics.Web.UI.GridEditBase)
Public PropertycolumnFilterGets the column filter object at the specified index. The column filter at the specified index  
Public PropertycolumnFilterFromKeyGets the column filter object that is tied to the column with the specified column key. The column filter tied to the specified column key  
Public PropertycolumnFilterIndexOfGets the index of the specified column filter in the column filters array Zero based index  
Public PropertycolumnFiltersGets the column filters array Column filters  
Public PropertycolumnFiltersCountGets the number of column filters that are currently in the column filters array. the number of column filters that are currently in the column filters array.  
Public PropertycolumnFiltersInfoReturns a json array, with the column names, column types, filtering rules and the filtering values the WebDataGrid is being filtered by. Could be used only for client-side filtering when EnableClientRendering property is set to true.  
Public PropertycolumnSettingGets the column filter setting object at the specified index. The column filter setting at the specified index  
Public PropertycolumnSettingFromKeyGets the column filter setting object that is tied to the column with the specified column key. The column filter setting tied to the specified column key  
Public PropertycolumnSettingsGets the column filters settings collection column filters settings collection  
Public PropertyeditModeActionsReturns/sets the actions that will cause the grid to enter edit mode. (Inherited from Infragistics.Web.UI.GridEditBase)
Public PropertyelementReturns the element assoicated with the item. (Inherited from Infragistics.Web.UI.GridEditBase)
Public Propertyevents (Inherited from Infragistics.Web.UI.GridEditBase)
Public PropertyfilteredIndicated whether the grid data is currently filtered.  
Public PropertyfilterRuleDropdownZIndexRetruns the Z-Index of the filter rule dropdown element. The default Z-Index is 100100 Z-Index of the filter rule dropdown element.  
Public Propertyid (Inherited from Infragistics.Web.UI.GridEditBase)
Public PropertyisInEditModeGets a value that indicates whether the cell is in edit mode. (Inherited from Infragistics.Web.UI.GridEditBase)
Public PropertyisInitialized (Inherited from Infragistics.Web.UI.GridEditBase)
Public PropertyisUpdating (Inherited from Infragistics.Web.UI.GridEditBase)
Public PropertynameGets the name of the behavior. (Inherited from Infragistics.Web.UI.GridEditBase)
Public PropertyuniqueValueCasingIndicates how the text of the unique value is displayed if filter type is RowFilter and filtering is not case sensitive. Location of the filter row  
Public PropertyuniqueValuesColumnFiltersFromKeyGets the column filter object that is tied to the column with the specified column key. The column filter tied to the specified column key  
Public PropertyvisibilityIndicated whether the user interface (filter row) is visible. Visibility indicator  
Public Methods
 NameDescription
Public MethodaddClientColumnFilterThis method should only be used when EnableClientRendering is set to true. Adds the column filter object to the column filters' collection  
Public MethodapplyFiltersFilters the data by the current column filters.  
Public MethodbeginUpdate (Inherited from Infragistics.Web.UI.GridEditBase)
Public MethodclearClientColumnFiltersThis method should only be used when EnableClientRendering is set to true. Removes all the column filter objects from the column filters' collection, if they were created on the client, if the column filter came down from the server, its Rule just gets set to "Clear" and its value to empty.  
Public MethodclearColumnFiltersDeletes all column filter from the column filters array  
Public MethodcontainsColumnFilterDetermines whether a column filter object that is tied to the column with the specified column key is in the column filters array.  
Public Methodcreate_columnFilterCreates a column filter object. Viewstate will not be preserved for this object until it is added to the column filters' collection  
Public MethoddisposeThis method is called by the framework, when the grid unloads. This is where the Filtering behavior removes all the event handlers that it had attached.  
Public MethodendUpdate (Inherited from Infragistics.Web.UI.GridEditBase)
Public MethodenterEditModeCauses the grid to enter edit mode. (Inherited from Infragistics.Web.UI.GridEditBase)
Public MethodexitEditModeCauses the grid to exit edit mode. (Inherited from Infragistics.Web.UI.GridEditBase)
Public MethodgetEditingOnGets flag which represents current editing behavior in progress with option to exit edit mode. (Inherited from Infragistics.Web.UI.GridEditBase)
Public Methodinitialize (Inherited from Infragistics.Web.UI.GridEditBase)
Public MethodraisePropertyChanged (Inherited from Infragistics.Web.UI.GridEditBase)
Public MethodremoveClientColumnFilterByKeyThis method should only be used when EnableClientRendering is set to true. Removes the column filter object from the column filters' collection, if it was created on the client, if the column filter came down from the server, its Rule just gets set to "Clear" and its value to empty.  
Public MethodremoveColumnFilterDeletes the column filter from the column filters array  
Public MethodremovedColumnFilterByKeyDeletes the column filter that is tied to the specified column key from the column filters array  
Public Methodupdated (Inherited from Infragistics.Web.UI.GridEditBase)
Public MethodupdateFilterUIThis method should only be used if the EnableClientRendering property is set to true. The method will go through all the exising columnFilters and update the filter buttons for the matching columns as filtered.  
Public Events
 NameDescription
Public EventcolumnFilterAdds the column filter object to the column filters' collection  
Public EventcolumnFilterRangeAdds the column filter objects to the column filters' collection  
Public Eventdisposing (Inherited from Infragistics.Web.UI.GridEditBase)
Public EventpropertyChanged (Inherited from Infragistics.Web.UI.GridEditBase)
See Also