Hello,
All of our data is from the server is returned in a standard json object, meaning that next to the data your grid requires, each ajax call will in fact contain additional data such as error messages and other generic stuff…
Normally, we can use the $.ajaxSettings option to add a dataFilter function, and have all AJAX request results been pre-processed before returning to the actual caller (bring your grid), but for some reason ajax calls that are made by your grid do not go through this datafilter function.
Any idea?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top