I'm trying to use Telerik ASP.net MVC Grid, and find a problem.
When I use a grid in an ordinary View with Ajax binding, it works well. However, when I put the grid in a partial View that is loaded by an Ajax call, the grid's Ajax binding does not work then. From firebug, I find the ajax request for getting data did not send to server side.
I find a similar question in stackoverflow : Telerik MVC: Loading Grid with ajax request don't work , but don't find solution.
Thank you!