Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
75
Creating Grid in MVC Controller - DataSource must implement IQueryable error
posted

I am trying to implement the grid with remote paging by using the MVC wrappers to configure the Grid Model in my controller and pass it to the view.  When the grid attempts to render, the View throws an exception "the DataSource must implement IQueryable".  My data source does implement IQueryable.  Can someone provide me with an example of what the data source needs to look like and what exactly should it be returning (Json, object, some other type)?

Thanks,

Mike