Paging Issue

  1. #1

    Paging Issue

    Hi!
    I have GridPanel with paging and Store with JsonReader, and there is strange issue: the very first time when I load data with rows count more than page size, all rows are displayed on one page. After some clicks in paging buttons everything start to work fine, even after store data reloading.
  2. #2
    Hi,

    Please add
    <AutoLoadParams>
        <ext:Parameter Name="start" Value="0" Mode="Raw" />
        <ext:Parameter Name="limit" Value="3" Mode="Raw" />
    </AutoLoadParams>
    for the Store.
  3. #3
    It works, thanks!

Similar Threads

  1. [CLOSED] GridPanel: issue with paging when using DirectMethod
    By Leonid_Veriga in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 16, 2012, 10:04 AM
  2. Grid Paging issue
    By pooja in forum 1.x Help
    Replies: 3
    Last Post: Jan 05, 2012, 10:34 AM
  3. [CLOSED] GridPanel remote paging issue
    By jskibo in forum 1.x Legacy Premium Help
    Replies: 15
    Last Post: Jan 31, 2011, 8:37 AM
  4. [CLOSED] [1.0] Issue maintain selections through paging
    By edigital in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Aug 30, 2010, 8:34 PM
  5. [CLOSED] [1.0] Issue with paging on grid load.
    By Hari_CSC in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 02, 2010, 5:04 PM

Posting Permissions