Click or drag to resize
KaxGridAllowFilteringByColumn Property
Gets a boolean value that indicate whether to allow to filter in all levels, unless you specify AllowFilteringByColumn for other GridTableView.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual bool AllowFilteringByColumn { get; set; }

Property Value

Type: Boolean
If true, filter for whole grid. Otherwise will not. The default value is false.
See Also