This question is locked. New answers and comments are not allowed.
Hello,
I have a mvc telerik Grid that has a filtered query by passing the id parameter, but when I am using the paging feature, and because the id the customer wants to filter by has a / in it, the page fails, how can i change the Grid paging to use
this :
http://localhost:59755/Examples/index?id=4 PIECE SETS/FRENCH BLADE&Productin-page=3
instead of :
http://localhost:59755/Examples/index/4%20PIECE%20SETS/FRENCH%20BLADE?Productin-page=3
Thanks
Tdar
I have a mvc telerik Grid that has a filtered query by passing the id parameter, but when I am using the paging feature, and because the id the customer wants to filter by has a / in it, the page fails, how can i change the Grid paging to use
this :
http://localhost:59755/Examples/index?id=4 PIECE SETS/FRENCH BLADE&Productin-page=3
instead of :
http://localhost:59755/Examples/index/4%20PIECE%20SETS/FRENCH%20BLADE?Productin-page=3
Thanks
Tdar