This question is locked. New answers and comments are not allowed.
Hi
I have a problem I can't solve on my own.
In fact, I am working on a project with aspnet mvc and the telerik mvc extensions.
I have a grid accessible from a controller inside an area. When I display it, it works fine.
The problem come when I try to filter the grid.
The url becomes something like this :
domain.com/area_name/area_name/controller/action?filtering_params
it's rewritten in a way that makes the routing pipeline map the area name to a controller and the controller to an action ...
is there a way to solve this???
I have a problem I can't solve on my own.
In fact, I am working on a project with aspnet mvc and the telerik mvc extensions.
I have a grid accessible from a controller inside an area. When I display it, it works fine.
The problem come when I try to filter the grid.
The url becomes something like this :
domain.com/area_name/area_name/controller/action?filtering_params
it's rewritten in a way that makes the routing pipeline map the area name to a controller and the controller to an action ...
is there a way to solve this???