Rank: Advanced Member Groups: Member
Joined: 10/21/2009 Posts: 39
|
What is the recommended way to display a message in the Grid to the user when no data is returned. In the ASP.NET Gridview the equivalent is the EmptyDataText property.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
There is no equivalent of EmptyDataText on our Grid (it does make sense to add it though). So the only way is to use a separate control (such as a Panel) to display the text and show/hide that control/the Grid based on whether your data set is empty.
Thanks!
|