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
ig grid not displaying more than 3000 records
posted

Hello Infragistics team,

Hope doing well !!!

I am using ig grid in my MVC application there i am trying to bind above 20 thousand of records but its not displaying but when i am sending 3 thousand records it will display ,i dont know what is the issue ? 

1. Is there any property for fix the records and all .

please resolve my issue my company already have this product so i hope you will short me out of this problem.

this is the code i have written.

  • 15320
    Offline posted

    Hello kuldeep,

    Can you tell me the version that you're currently using and which browser is the test performed under? I saw that you have Paging enabled, which is recommended in case of large datasource. Another possible option for retrieving data on scrolling is to turn on grid virtualization. Is there any client or server error that is thrown when the grid is bound to more than 3000 records?