New to Telerik UI for ASP.NET Core? Download free 30-day trial

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.

Parameters

configurator - System.Action<FilterableOperatorsBuilder>
In this article
Not finding the help you need?