Hi Adam,
I have investigated the provided configuration and noticed few things. The grid is configured to not bind automatically.
e.g.
Furthermore, a custom DataSource is used, but a DataSourceResult object is returned from the server. If you change the type to AJAX you can omit manually configuring which property of the response object contains the array of data, the aggregates, etc...
e.g.
Finally, a GET request is sent for fetching the data. By default the MVC framework block get requests. It is necessary to set the JsonRequestBehavior.AllowGet in order to allow GET requests.
e.g.
For your convenience I am attaching a small sample which I created using the provided configuration.
Regards,
Georgi
Progress Telerik
Get
quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.
Learn More.