Kendo UI for jQuery TreeList Overview

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
index.html

Also available for:

API REFERENCE
kendo ui kendoka logo

The TreeList component is part of Kendo UI for jQuery, a professional grade UI library with 120+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

Description

The Kendo UI for jQuery TreeList component enables you to display self-referencing tabular data and allows you to sort, filter, and edit data.

The current example displays a TreeList configured with filtering, sorting, paging, and a templated First Name column for rendering hierarchical employee data.

The jQuery TreeList control is part of Kendo UI for jQuery, a comprehensive, professional-grade UI library for building modern and feature-rich applications. The Kendo UI for jQuery collection provides 120+ UI components, an abundance of data-visualization gadgets, client-side data source, and a built-in MVVM (Model-View-ViewModel) library.

This TreeList example is part of a unique collection of hundreds of jQuery demos, with which you can see all Kendo UI for jQuery components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Kendo UI for jQuery Dojo or ThemeBuilder.

Functionality and Features

  • Data binding—The TreeList provides options for binding it to local arrays and remote data.
  • Editing—You can also use the available built-in editing functionality of the TreeList.
  • Drag and drop editing—The TreeList supports drag-and-drop editing for reorganizing hierarchical records.
  • Paging—The TreeList component supports client-side paging for large sets of data.
  • Row templates—You can place custom content into a TreeList row.
  • Filtering—The TreeList enables you to display only the rows that match specific filter criteria.
  • Scrolling—You can also scroll through the TreeList data when using large data sets.
  • Search panel—The TreeList enables you to search through the data by user input.
  • Multi-column headers—The TreeList component allows you to render a tree-like structure where one or more columns can be grouped together by a common header.
  • Selection—The TreeList allows you to select rows by clicking on a row or by clicking on a checkbox.
  • State persistence—You can store custom TreeList settings and restore them later.
  • Excel Export—Enables you to export TreeList data to Excel.
  • PDF Export—Enables you to export TreeList data to PDF.
  • Accessibility—The TreeList is accessible for screen readers, supports WAI-ARIA attributes, and delivers keyboard shortcuts for faster navigation.

Support & Learning Resources

Additional Resources