Hi
I was trying to implement the remote features manually, and everything is working fine except when a large number is passed to the totalRecordNumber for remote paging, it will cause below error, (e.g. the json returned by the api is {data: [...], totalRecordNumber: 123}, when the totalRecordNumber gets big (100000000), it will become slower, and eventually it will cause the error), and interestingly enough, when I disable the paging drop down by making the pageCountLimit even bigger, the error will goes way
I wonder if the field totalRecordNumber has an upper limit? or it is a bug caused by the paging dropdown?
Thanks
Weipeng