This question is locked. New answers and comments are not allowed.
Basically - when query string is not well-formatted this causes an exception on a page with the Grid:
http://localhost:9500/Index?Grid-page=1&
Exception Details: System.ArgumentNullException: Value cannot be null.
Parameter name: key
Here is a "working" example:
http://demos.telerik.com/aspnet-mvc/grid?a
Another one:
http://demos.telerik.com/aspnet-mvc/grid?ajax=True&Grid-page=2&
http://localhost:9500/Index?Grid-page=1&
Exception Details: System.ArgumentNullException: Value cannot be null.
Parameter name: key
Line 69: Html.Telerik().Grid(Model.results)
Here is a "working" example:
http://demos.telerik.com/aspnet-mvc/grid?a
Another one:
http://demos.telerik.com/aspnet-mvc/grid?ajax=True&Grid-page=2&