Kendo.Mvc.UI.Filter
Kendo UI Filter component
Fields
urlGenerator
The URL generator.
Properties
ApplyButton
If set to true the filter will display a button which when clicked will apply filtering over the datasource.
ExpressionPreview
If set to true the filter will visualize the filter expression that will be applied to the datasource.
MainLogic
Defines the value of the logical operator at the root level of the filter expression.
Fields
The configuration of the filter fields. An array of JavaScript objects that hold information regarding the filter field, it's editor, default values used for filter and etc.
DataSource
The data source to which the widget will apply a filter. Should be an existing kendo.data.DataSource instance.
Expression
An object which represents a filter expression which the kendo.data.DataSource can use to filter the data.
Operators
The text of the filter operators displayed in the filter.
Messages
The text messages displayed in the filter. Use it to customize or localize the filter messages.
Methods
WriteInitializationScript(System.IO.TextWriter)
Writes the initialization script.
Parameters
writer System.IO.TextWriter
The TextWriter.
WriteHtml(System.Web.UI.HtmlTextWriter)
Writes the HTML.
Parameters
writer System.Web.UI.HtmlTextWriter
The HtmlTextWriter.