TreeListColumnFilterableSettingsBuilder
Methods
Ui(Kendo.Mvc.UI.GridFilterUIRole)
Sets the type of the input element of the filter menu
Parameters
role - GridFilterUIRole
Example
@( Html.Kendo().Grid(Model)
.Name("Grid")
.Columns(columns =>
columns.Bound(o => o.OrderDate)
.Filterable(filterable =>
filterable.UI(GridFilterUIRole.DatePicker)
)
)
)
Ui(System.String)
Sets JavaScript function which to modify the UI of the filter input.
Parameters
handler - System.String
JavaScript function name
Cell(System.Action)
Parameters
configurator - System.Action<GridColumnFilterableCellSettingsBuilder>
Operators(System.Action)
Configures the Filter menu operators.