I have a pure AJAX web form, with no code-behind file. I have the NoRecordsTemplate declaratively set to one value, indicating that no data has been found *yet*. After I query a web service for data, I bind the data to the grid, and the grid displays properly. However, if no data is found, I would like to programmatically change the no records text to say something else.
I haven't found anything on this topic in the Telerik docs or the internet. Is this possible? I see other people being told it's possible using server-side code, but that's not an option here.
Thanks
I haven't found anything on this topic in the Telerik docs or the internet. Is this possible? I see other people being told it's possible using server-side code, but that's not an option here.
Thanks