[]
Define an extender used to set the flexgrid filter.
public class FlexGridFilter<T> : Extender, IHtmlString
Name | Description |
---|---|
T |
Name | Description |
---|---|
FlexGridFilter(FlexGridBase<T>) | Creates one FlexGridFilter<T> instance. |
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. |