function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sk3501.3915272120779841E12sk3501.3915272120779841E12 

Want to fetch 1 lakhs record on sing vf page.

Hi, I want to fetch 1 lacs record in the list view in single vf page. How do i acheive this i am getting governer limit. I am thinking to fetch records on mouse scrol using jquery. How to acheive this if anyone has some idea then please let me know and one more thing i don't want to do this using pagination.
Pankaj_GanwaniPankaj_Ganwani
Hi,

Please refer below link:
https://www.salesforce.com/docs/developer/pages/Content/pages_controller_readonly_context_pagelevel.htm
sk3501.3915272120779841E12sk3501.3915272120779841E12
Hello Pankaj,

I went through the link that you provided but here if the record is more than 1000 it will give view state limitation error to overcome this situation we use readonly=true in vf page. It let us view 10000 records but in this situation we can not edit the record right.

But what i need when i fetch record it should show me the 1000 record and when i scroll the mouse half of the window it should fetch another 1000 records and above records should removed from view state. This is how we can overcome with the salesforce limitation as well. We can acheive this using jquery but how i am not getting. If you anyone have some idea then please reply.
sk3501.3915272120779841E12sk3501.3915272120779841E12
All i need to show the record in the single vf page.