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

Example of Live Data in ASP.NET MVC Tree Grid Control

This sample demonstrates how frequently Tree Grid cells are updated in real-time data at a set interval.

DEMO
SOURCE

Feed Delay:



Disclaimer : The index fund data showcased in this sample is for demonstration purposes only and does not reflect actual or real-time data.

The updating of Tree Grid cells can be done without any performance lagging by using the setCellValue method. The style of Tree Grid cells can be customized using the queryCellInfo event.

In this demo,

  • Clicking the start update button triggers automatic updates of Tree Grid cells at the interval set in the feed delay text box which is a milliseconds format.
  • Clicking the stop update button will halt the automatic updating of Tree Grid cells.

More information on the Tree Grid instantiation can be found in this documentation section .