RadGrid for ASP.NET

RadGrid Send comments on this topic.
GridFilterListOptions Enumeration
See Also  
Telerik.WebControls Namespace : GridFilterListOptions Enumeration


Choose which filter function will be enabled for a column  

 

Namespace: Telerik.WebControls
Assembly: RadGrid (in RadGrid.dll)

Syntax

Visual Basic (Declaration) 
Public Enum GridFilterListOptions 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As GridFilterListOptions
C# 
public enum GridFilterListOptions : Enum 

Members

MemberDescription
VaryByDataType Depending of data type of the column, RadGrid will automatically choose which filters to be displayed in the list
VaryByDataTypeAllowCustom As VaryByDataType with custom filtering enabled
AllowAllFilters 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 RadGrid.ItemCommand for 'Filter' command or FilterCommand

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Telerik.WebControls.GridFilterListOptions

Requirements

Namespace: Telerik.WebControls

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

Assembly: RadGrid (in RadGrid.dll)

See Also