“Error! The requested URL did not return JSON” comes up with ajax-sorting the Grid’s fields after adding Include clause to Entity Framework data query. All is done exactly in according to schema specified here: http://demos.telerik.com/aspnet-mvc/grid/ajaxbinding . Note, data does come with Include in query, just sorting is failed. Moreover, I do not have same problem anywhere else in other Project’s Grids even with using Include in request statements.
If exclude Include from mentioned query, sorting works well on all fields with no exceptions. But since I need associative fields, I have to use Include what in turn results the exception.
FireBug returns just Error word in XHR->Response content after hitting on any sorting field.
Any ideas how to fix or localize the issue or what the restrictions can be for using Include in Entity Framework query for MVC Grid Ajax sorting?