[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexGridFilterBuilder-1

FlexGridFilterBuilder<T> Class

Defines the html builder for FlexGridFilter.

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

The data item type.

Constructors

Name Description
FlexGridFilterBuilder(FlexGridFilter<T>)

Create one FlexGridFilterBuilder instance.

Methods

Name Description
ColumnFilters(Action<ColumnFiltersBuilder>)

Sets the ColumnFilters.

DefaultFilterType(FilterType)

Sets the default filter type to use.

ExclusiveValueSearch(bool)

Configurates ExclusiveValueSearch. Sets a value that determines whether the filter should include only values selected by the @see:ValueFilter.filterText property.

OnClientFilterApplied(string)

Sets the OnClientFilterApplied property.

OnClientFilterChanged(string)

Sets the OnClientFilterChanged property.

OnClientFilterChanging(string)

Sets the OnClientFilterChanging property.

ShowFilterIcons(bool)

Gets or sets a bool value that indicates whether to show the filter editing buttons in the grid's column headers.

ShowSortButtons(bool)

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

Extension Methods