asSorting NULL Error
asSorting NULL Error
I am building JSON for datatable for server side and trying to sort on perticular column during the construction.
Here is the portion of the serialize string
s = "{\"bSort\":true,\"aaSorting\":\"[[6,asc]]\",\"bAutoWidth\":true,\"bJQueryUI\":true,\"aaData\":[[\"77011\",\"113.00\",\"1010073\",\"8/9/2010 12:00:00 AM\",\"\",\"9998\".......
I am getting "'asSorting' is null or not an object" error in javascript file.
What could be the pssible issue?
Here is the portion of the serialize string
s = "{\"bSort\":true,\"aaSorting\":\"[[6,asc]]\",\"bAutoWidth\":true,\"bJQueryUI\":true,\"aaData\":[[\"77011\",\"113.00\",\"1010073\",\"8/9/2010 12:00:00 AM\",\"\",\"9998\".......
I am getting "'asSorting' is null or not an object" error in javascript file.
What could be the pssible issue?
This discussion has been closed.