How to display No records to show in case of zero records in datagrid.

0
The datagrid simply goes blank if there is no record to show, how to insert a text in the table instead.
asked
1 answers
0

You can use conditional visibilty for this. Put a container beneath the datagrid and use conditional visibility to show the text if the datasource of the above datagrid is empty. 

 

 

answered