Example of Empty Record Template in ASP.NET Core Data Grid Control
This sample demonstrates the usage of the empty record template in the DataGrid. In this sample, we show a custom image in the place of the default no-record message typically shown by the DataGrid.
DEMO
SOURCE
The DataGrid provides a way to use a custom content when it has no data to present.
The emptyRecordTemplate
property accepts either a string or an HTML element ID value, which will be used as the template when there’s no data.
More information on the data binding can be found in this documentation section.