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
Veda ArvindVeda Arvind 

pagination for selected picklist values on visualforce page

Hi all,
I have one input field of type picklisk in visualforce page,now if i select any picklist value then i want records to display releated to that picklist value with pagenation, if result having more than 10 records.

Note:I dont want button to click for getting the result,It should be onchange using <apex:actionsupport> tag or any other tag.

Thanks.
Andy BoettcherAndy Boettcher

You can do a pure VF solution with pagination for this - something along these lines:  http://blog.jeffdouglas.com/2009/07/14/visualforce-page-with-pagination/

OR - you could also use jQuery with the Datatables plugin - that does all that automatically as well.

Amit Chaudhary 8Amit Chaudhary 8
You can try below blog with custom search and pagination :-

http://amitsalesforce.blogspot.in/search/label/Pagination

Please let us know if this will help you
Thanks,
Amit Chaudhary
Tyler McCartyTyler McCarty
Were you able to figure it out? I'm stuck on the same problem