Relation between pageSize, trailingBufferZone and leadingBufferZone

  1. #1

    Relation between pageSize, trailingBufferZone and leadingBufferZone

    Hi,

    It is recommended to tune the pageSize, trailingBufferZone and leadingBufferZone configurations based upon the conditions pertaining in your deployed application.

    If pageSize is 25, What is the trailingBufferZone and leadingBufferZone values.

    Example:-

    <ext:Store
                        runat="server"
                        Buffered="true"
                        PageSize="25"
                        TrailingBufferZone="What to fill in this(Value)"
                        LeadingBufferZone="What to fill in this(Value)"
                        OnReadData="Store_ReadData">
    Thnaks
  2. #2
    According to Ext.Net Documentation

    LeadingBufferZone
    When buffered, the number of extra rows to keep cached on the leading side of scrolling buffer as scrolling proceeds. A larger number means fewer replenishments from the server. Defaults to: 200

    TrailingBufferZone
    When buffered, the number of extra records to keep cached on the trailing side of scrolling buffer as scrolling proceeds. A larger number means fewer replenishments from the server. Defaults to: 25
  3. #3
    Hi Raphael Saldanha,

    I want to know the tuning between pagesize, leadingBufferSize and trailingBufferSize. i.e. I want to know, if pagesize is 25 so what should be the leadingBufferSize and trailingBufferSize.

    Thanks for the reply!
  4. #4
    Ok thanks for the help!

    I just want to know that, how can i achieve a single ajax call at a time, just like in paging.

    Now it was calling a three ajax calls at time.

    thanks!
  5. #5
    Hello everybody,

    Here are interesting threads:

    Ext.NET 2.1 / ExtJS 4.1
    http://www.sencha.com/forum/showthre...rolling-in-4.1

    Ext.NET 2.2 / ExtJS 4.2
    http://www.sencha.com/blog/first-loo...xt-js-4-2-grid

Similar Threads

  1. Replies: 2
    Last Post: Oct 05, 2012, 1:55 PM
  2. Replies: 0
    Last Post: Jun 11, 2012, 2:59 AM
  3. Ext:PagingToolbar & ComboBox PageSize
    By cwolcott in forum 2.x Help
    Replies: 2
    Last Post: Mar 19, 2012, 9:55 PM
  4. Dynamically changing PagingToolBar's PageSize
    By r_honey in forum 1.x Help
    Replies: 8
    Last Post: Jan 22, 2009, 7:26 AM
  5. [CLOSED] gridpanel pagesize
    By speedstepmem3 in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Dec 11, 2008, 7:20 AM

Posting Permissions