Author Topic: memory leak issues when binding 9000 records without paging  (Read 3125 times)

harshboss

  • Newbie
  • *
  • Posts: 1
    • View Profile
Dear All,
I am using pqGrid plugin, i am facing one issues when binding records to grid. If i am use paging then no issue comes with 9k+ records
but when I am not set paging and directly bind all records on single page then it will take so much time and give different types of error comes as localhost not responding , not enoght time to execute.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: memory leak issues when binding 9000 records without paging
« Reply #1 on: July 25, 2014, 08:46:12 pm »
Does it take long time in loading of 9k+ records from server or scrolling the viewport.

It would be helpful to identify the bottleneck in your case if you could provide a test case.

http://jsfiddle.net/LAgZx/348/