In Datatables 1.10 the ajax server side parameters changed from
public class DataTableParamModel { public string sEcho{ get; set; } public string sSearc
The full server side binding implementation can be found here. I ran into a similar issue and this was how I went about solving it.