[]
Defines the html builder for FlexGridFilter.
public class FlexGridFilterBuilder<T> : ExtenderBuilder<FlexGridFilter<T>, FlexGridFilterBuilder<T>>, IHtmlString
| Name | Description |
|---|---|
| T | The data item type. |
| Name | Description |
|---|---|
| FlexGridFilterBuilder(FlexGridFilter<T>) | Create one FlexGridFilterBuilder instance. |
| 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. |