[]
        
(Showing Draft Content)

C1.Web.Mvc.FlexGridFilter-1

FlexGridFilter<T> Class

Define an extender used to set the flexgrid filter.

Inheritance
Extender
FlexGridFilter<T>
Implements
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class FlexGridFilter<T> : Extender, IHtmlString
Type Parameters
Name Description
T

Constructors

Name Description
FlexGridFilter(FlexGridBase<T>)

Creates one FlexGridFilter<T> instance.

Properties

Name Description
ColumnFilters

Gets or sets a list of the column filters.

DefaultFilterType

Gets or sets the default filter type to use.

ExclusiveValueSearch

Gets or sets a value that determines whether the filter should include only values selected by the @see:ValueFilter.filterText property.

OnClientFilterApplied

Occurs after the filter is applied.

OnClientFilterChanged

Occurs after a column filter has been edited by the user.

OnClientFilterChanging

Occurs when a column filter is about to be edited by the user.

ShowFilterIcons

Gets or sets whether the FlexGridFilter should add filter editing buttons to the grid's column headers.

ShowSortButtons

Gets or sets a value indicating whether the filter editor should include sort buttons.

Extension Methods