New to Kendo UI for Angular? Start a free 30-day trial

FilterableSettings

Represents the options for the filterable setting of the TreeList. The available values are:

  • row—Displays a filter row in Grid.
  • menu—Displays a filter menu in Grid.
  • menu, row—Displays filter menu with filter row.
<kendo-treelist filterable="menu, row"></kendo-treelist>

type FilterableSettings = boolean | "row" | "menu" | "menu, row";

In this article

Not finding the help you need?