How to set the text when Data grid has no item?

0
Hi, I want to set text when Data grid has no item. For example I made a Table as “Person” I bound it with Data grid widget When this Data grid has no item I want to display text widget as “No Person” instead of Data grid widget How can I do?   Thanks in advance.
asked
1 answers
1

You can find that text in the system texts (next to the navigation menu in your project explorer).

 

But it will modify all the datagrid text when there is no item. 

If you only want to modify the text at that particular datagrid, you can problably do it in javascript.

answered