hi peter:
i tried the code in serverfiltering.htm. but i found when i combine virtual mode with server-side filtering, then things become to screw up.
i added one two line of codes in loadjason in jqxdata.js, then it works fine. can you have a look of my change and consider whether it is correct and worthy to be Incorporated into the code.
if (y.length == 0) {
if (m.loadallrecords == true) { //this two line is added by wlin
this.totalrecords = 0;
}
return //originally just this line.
}