Hi!
I have a grid that loads data like this:
.Datasource(ds => ds.URL(Url.Action("ResourcesDataSource", "Resource")).Adaptor(AdaptorType.UrlAdaptor))
When the datasource is empty, I get this annoying message:

I want to disable this popup, but I don't know how.
Thanks.