Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
Uncaught range error when implementing remote paging manually
posted

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

Parents
  • 1080
    Offline posted

    Hi Weipeng,

    Thank you for posting in our community.

    Currently, the drop-down list of the Paging feature renders each item as an HTML element on the page and does not implement virtualization. Having this in mind, it is expected, in case of huge data, performance to be affected.

    What I can suggest in order to see the virtualization functionality implemented is logging a new product idea. You can suggest new product ideas for future versions (or vote for existing ones) at https://www.infragistics.com/community/ideas.

    Submitting your idea will allow you to communicate directly with our product management team, track the progress of your idea at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.

    Remember when submitting your idea to explain the context in which a feature would be used and why it is needed as well as anything that would prevent you from accomplishing this today. You can even add screenshots to build a stronger case. Remember that for your suggestion to be successful, you need other members of the community to vote for it.

    Please let me know if you need more information.

Reply Children