I am trying to get a project working with JSONP and WebService Databinding. I saw this thread which shows a working example of the JSONP and the MVC Grid, but I am having a problem with the latest version of the grid that uses the GridState object to pass state information to the web service. Since I am using WCF REST services the GridState object can not be parsed by the QueryStringConverter. There is away around this issue using a custom behavior, but I was wonder if there is an option to pass just the primative types like in example code in the thread mentioned.
I want this method signature: