Hi,
I checked and found out the solution this artical provides contains method signature as below.
public ActionResult GridData(string sidx, string sord, string search, int page, int rows)
But in the default JQGrid the method signature is only
public ActionResult GridData(string sidx, string sord, int page, int rows)
Can anybody please help me understanding where we need to make changes to pass the search criterias in the ActionResult as method parameters rather then the request objects.
Regards,
Sam