RadGrid for ASP.NET

RadGrid Send comments on this topic.
AllowFilteringByColumn Property
See Also 
Telerik.WebControls Namespace > RadGrid Class : AllowFilteringByColumn Property


Gets or sets a value indicating whether the filtering of all tables in the hierarchy will be enabled, unless specified other by GridTableView.AllowFilteringByColumn.   

 

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

Syntax

Visual Basic (Declaration) 
Public Overridable Property AllowFilteringByColumn As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RadGrid
Dim value As Boolean
 
instance.AllowFilteringByColumn = value
 
value = instance.AllowFilteringByColumn
C# 
public virtual bool AllowFilteringByColumn {get; set;}

Return Value

true, enables filtering for the whole grid. Otherwise, false. Default is false.

Requirements

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

See Also