Problem with pagination in Store

  1. #1

    Problem with pagination in Store

    Hello everybody,

    Has anyone seen the problem below? When i re-bind my Store, the pagination does not work correctly. I have 29 records, and all are displayed in one page, instead of display 1-10, 10-20....20-30.

  2. #2
    Hi,

    Try to add the following code to the store
    <AutoLoadParams>
                            <ext:Parameter Name="start" Value="0" Mode="Raw" />
                            <ext:Parameter Name="limit" Value="10" Mode="Raw" />
                        </AutoLoadParams>
  3. #3
    Worked perfectly!
    Very thanks!!

Similar Threads

  1. Persist selection with pagination
    By testix in forum 1.x Help
    Replies: 6
    Last Post: May 21, 2014, 12:35 PM
  2. Gridpanel Pagination problem.
    By Rupesh in forum 1.x Help
    Replies: 0
    Last Post: Apr 13, 2012, 12:17 PM
  3. Replies: 1
    Last Post: Dec 22, 2011, 6:17 AM
  4. GridPanel Pagination Issue
    By anulall in forum 1.x Help
    Replies: 3
    Last Post: Aug 09, 2011, 9:53 AM
  5. Row expander with pagination
    By 78fede78 in forum 1.x Help
    Replies: 0
    Last Post: Jul 06, 2010, 3:56 PM

Tags for this Thread

Posting Permissions