I\'m trying to display a friendly message (like \"No records found, try again later\") within the grid content, when there are no records in the database.
F
Not sure what was the exact version this question was asked, but in my case none of the above solutions worked.
I used the following one:
config : { noRecords: { message: "No records found." }, }