This is a migrated thread and some comments may be shown as answers.

[Solved] paging parameters

2 Answers 44 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
David
Top achievements
Rank 1
David asked on 04 Jan 2011, 08:23 PM
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

2 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 05 Jan 2011, 08:17 AM
Hi David,

As far as we know ASP.NET MVC does /controller/action/id instead of controller/action/id=value. This comes from the default route configuration in global.asax. You can try editing that configuration.

Regards,
Atanas Korchev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
David
Top achievements
Rank 1
answered on 05 Jan 2011, 04:19 PM
Ah ok,
And here is a link to how you can do that
http://forums.asp.net/p/1417546/3130963.aspx
for future people that may need this..

Tags
Grid
Asked by
David
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
David
Top achievements
Rank 1
Share this question
or