Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7440947
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T10:55:51+00:00 2026-05-29T10:55:51+00:00

I am using a Data View control and the Pager Add Rows control to

  • 0

I am using a Data View control and the Pager Add Rows control to allow the user to add more rows to the data view.

Can I extend the Pager Add Rows control to automatically add rows to the Data View when the user reaches the bottom of screen?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T10:55:52+00:00Added an answer on May 29, 2026 at 10:55 am

    Yes, you can do that easily with jquery. if you master dojo you can probably do it in similar ways. but this example show jQuery.

    1. add jQuery to your xpage
    2. add a new custom scriptlibrary to your xpage
    3. put below code in your custom scriptlibrary
    4. Add a addPageRows control to your xpages and connect it to a repeat.
    5. All set, try it out.
    $(function(){
      $(window).scroll(function(){
            if($(window).scrollTop() == $(document).height() - $(window).height()){
                $("[id$='pagerAddRows1_ar'],[id$='pagerAddRows2_ar']").click();
                      }
            });
    })
    

    The jquery code will try and find pagerAddRows1_ar or pagerAddRows2_ar and if found will click the link automatically when you reach the bottom of screen.

    You can actually use this code with any kind of pager or link you have on your xpage. just make sure your code click the right id.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using Grid view control to insert data into oracle database but when
Question: How do send data to a view model when using command binding? So
I have an SSIS package that queries data from a view using an SQL
I'm passing data between my controller and my view using a ViewModel class. When
I am trying to re-call core-data in UITable using model view. I am in
Is it possible to update the same view with new data? Using UPDATE after
I am using Dynamic Data Web Entities Application website and need control of the
I'm using Client Side templates in my JavaScript. $create(Sys.UI.DataView, { data: data }, null,
I have a very simple WPF application in which I am using data binding
I am reading an article in IEEE Computer magazine about using data mining on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.