This question is locked. New answers and comments are not allowed.
Hi,
I have a master page which calls some action using Html.RenderAction to add a menu on the website. In some page I display a grid everything fine. The problem is that if I sort the grid, it calls the action from the partial view because the last called action was the one from the master page and not the one which populated the telerik grid. Could you help me?
I have a master page which calls some action using Html.RenderAction to add a menu on the website. In some page I display a grid everything fine. The problem is that if I sort the grid, it calls the action from the partial view because the last called action was the one from the master page and not the one which populated the telerik grid. Could you help me?