I followed the remote sorting example but it doesnt seem to be hitting my Ajax Method. I am using MVC 4. This is what I have for my code. GridExample is my Controller and Paging is my ActionResult. Could anyone help me? The grid loads but no data is populating..
return {
url: "GridExample/Paging", data: "cur_page=" + this.curPage + "&records_per_page=" +
this.rPP + "&sortBy=" + sort[this.sortIndx] + "&dir=" + sortDir
};