In HomeController.cs the GetAjaxData uses JQueryDataTableParamModel to get some of the data and Request to get some of the data. Is there a reason for this seperation?
Why not add iSortCol_0 and sSort_Dir_0 to JQueryDataTableParamModel or use Request to get all of the data?
Just curious also thanks for posting this example.
In HomeController.cs the GetAjaxData uses JQueryDataTableParamModel to get some of the data and Request to get some of the data. Is there a reason for this seperation?
Why not add iSortCol_0 and sSort_Dir_0 to JQueryDataTableParamModel or use Request to get all of the data?
Just curious also thanks for posting this example.