2 Replies Latest reply on Sep 8, 2009 3:45 PM by ambrish_kumar

    Pagination using <rich:datascroller> but not all records fetched at a time.

    ambrish_kumar

      Hi Everyone,


      I want to implement pagination using rich:datascroller. Everything works fine with datascroller but datascroller requires all data to be available.


      Now my requirement is that when I click on page 2 then a query fired and fetched records from 16 to 30 for a page size of 15. When click on 3 then from 31 to 45....,on 4 from 46 to 60 and son on.


      I don't want to upload all the data in the list using query.


      Is it possible in <rich:datascroller> ?


      Thanks


      Ambrish