I have a RadGrid bound to a ClientDataSource, but when no records are returned, the grid's NoRecordsTemplate does not display (it's just an empty grid). I've tried various workarounds without any success. I've tried setting the grid's datasource to an empty array in the RadClientDataSource OnDataParse event. I've tried explicitly setting EnableNoRecordsTemplate = "true", and I've tried setting NoMasterRecordsText in the MasterTableView, but nothing seems to work.
Any idea what I could be missing?