I am using Telerik MVC grid ajax binding to show some records. While the grid is loaded,the message in grid is "No records found". When ajax cal is complete,then the message goes and data is loaded. But this message of "No records found" till data is loaded is confusing to the user.
Can anyone tell me how to change this message as "Loading..." till the ajax cal is complete.
Thanks.
Instead of using the NoRecordsTemplate, I suggest the following:
That way if there are no records, the grid will still display the "No Records Found", but the user will see a "Loading" message during the ajax call.