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.
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 dataBinding feature configuration can be found in this documentation section.