Click or drag to resize
GridFilterListOptions Enumeration
Choose which filter function will be enabled for a column

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum GridFilterListOptions
Members
  Member nameValueDescription
VaryByDataType0 Depending of data type of the column, KaxGrid will automatically choose which filters to be displayed in the list
VaryByDataTypeAllowCustom1 As VaryByDataType with custom filtering enabled
AllowAllFilters2 All filters will be displayed. Note that some data types are not applicatble to some filter functions. For example you cannot apply the 'like' function for integer data type. In such cases you should handle the filtering in a custom manner, handling ItemCommand for 'Filter' command
See Also