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