[CLOSED] Continuous Scrolling - Elevate post from Community forum

  1. #1

    [CLOSED] Continuous Scrolling - Elevate post from Community forum

    This is a request to get some feedback on the below issue with Infinite Scrolling \ AJAX requests. I know that one wasn't posted in the Premium Help forum, but in case it helps to elevate, we are having the same issue and posting it here as well.

    We have an upcomming 1.0 release of our site at the beginning of November and would rather not have to pull this functionality if at all possible. Please advise of a potential fix \ timeline. Thanks very much!

    Infinite scrolling in GridView POST to server 5 times for each scroll
    Last edited by Daniil; Oct 22, 2012 at 1:10 PM. Reason: [CLOSED]
  2. #2
    Well, such behaviour depends from store settings
    First, I recommend to play with infinite scroll tuner
    https://examples2.ext.net/#/GridPane...rolling/Tuner/

    It is better to use sample from SVN (2.1 branch) because infinite scroll is improved in 2.1
    About few requests, store makes few requests to load (cache) few pages for comfortable scrolling (avoid requests during small scrolling)

    You can change it by using pageSize, trailingBufferZone and leadingBufferZone options of Store
    For example try this
    <ext:Store 
                        runat="server" 
                        Buffered="true" 
                        PageSize="200" 
                        TrailingBufferZone="10"
                        LeadingBufferZone="10"
                        OnReadData="Store_ReadData">

Similar Threads

  1. Replies: 2
    Last Post: Oct 17, 2012, 1:43 PM
  2. Replies: 0
    Last Post: Aug 14, 2012, 2:54 PM
  3. Replies: 0
    Last Post: Aug 14, 2012, 2:48 PM
  4. Replies: 3
    Last Post: Jan 13, 2010, 3:07 AM
  5. Forum bug ?
    By LoreX75 in forum 1.x Help
    Replies: 0
    Last Post: Dec 11, 2009, 11:31 AM

Tags for this Thread

Posting Permissions