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

GridRouteValues

1 Answer 171 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Simon831
Top achievements
Rank 1
Simon831 asked on 16 Aug 2012, 03:10 PM
The method GridRouteValues() is not not available in my controllers.
What have I missed?

RouteValueDictionary routeValues = this.GridRouteValues();
return RedirectToAction("Index", routeValues);

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 21 Aug 2012, 02:51 PM
Hi,

You need to include the "Kendo.Mvc.Extensions" namespace in order to use the GridRouteValues extension method.

Regards,
Daniel
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Simon831
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or