Hi,
I have tried to follow the numerous examples of ajax bound grids in tab strips in this forum, but my grid is still not working. Here is a very simplified version.
Model:
Controller:
Index View:
_TaskGrid:
What I see is that MyTasks() gets called, but is unable to render the grid, and _AjaxMyTasks is never called. I receive a server error 500. I took the advice of this blog post: http://blogs.telerik.com/aspnetmvcteam/posts/10-01-25/resolving-circular-references-when-binding-the-mvc-grid.aspx and created a separate view model, but I still have the same issue.
What am I missing, here?