• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Local Data in ASP.NET Core Tree Grid Control

This demo shows the way of binding an array of JavaScript objects (local JSON datasource) to TreeGrid

DEMO
SOURCE

TreeGrid can be bound either to local or remote data services. The dataSource property can be assigned either with the array of JavaScript objects or using DataManager.

In this demo, the array of JavaScript objects is assigned as the data source to the TreeGrid.


More information on the data binding can be found in this documentation section.