Example of Empty Record Template in ASP.NET MVC Tree Grid Control
This sample demonstrates the use of the empty record template in the Tree Grid. The EmptyRecordTemplate
accepts either a string or an HTML element value, which will be used as the template when there is no data.
DEMO
SOURCE
The Tree Grid provides a way to use custom content when it has no data to present. Custom content, such as images, text, or other components, can be used when the Tree Grid does not contain any records to display. This feature replaces the default message of "No records to display" typically shown in the Tree Grid.
More information on the empty record template can be found in this documentation section.