tags:

views:

81

answers:

1

Hello to all, is my first time in this forum, I have a problem with the jqGrid, I can not get it to work, and this problem is by about 2 days that I can not risolvere.Il problem is that if I put the code javascript within the jqGrid View: Home then everything works, but if I change my path, for example, Client / LinqGridData gives me the following error:

The parameters dictionary contains a null entry for parameter 'page' of non-nullable type 'System.Int32' for method 'System.Web.Mvc.ActionResult LinqGridData (System.String, System.String, Int32, Int32)' in 'JQueryGridWeb . Controllers.ClienteController '. To make a parameter optional its type should be either a reference type or a Nullable type. 
Parameter name: parameters

someone I know to give a valid response?

Thank you for everything I hope to have an answer to solve this problem

A: 

The error you're getting is basically telling you that you aren't sending the information that is required for jqGrid to function. The problem likely lies somewhere in the code that is generating the call to load the grid data. You say the Home view works, so what's different about that view from the route that is failing?

Code examples are helpful in cases like this...

mannish