While working with large grid tabular data we often time thinking about no data found message. Currently we are using the following formats
- Item Specific (no folder found)
- Generic (no records found)
- Generic(search query return 0 records)
- Generic(select filters have no records) and so on
So my question is what will be the best consistent and user friendly format and where should be the message display(currently we are displaying in center of the grid, some where its display)?