[CLOSED] PageProxy and RemotePaging issue

  1. #1

    [CLOSED] PageProxy and RemotePaging issue

    Hi,

    I have store like this:

                        <ext:Store
                            ID="xplTaskTrackerStore"
                            runat="server" 
                            AutoLoad="True"
                            RemotePaging="True"
                            DataSourceID="xplTaskTrackerDS"
                            DataMember="xplTaskTracker"
                            OnRefreshData="xplTaskTrackerStore_RefreshData"
                            OnSubmitData="xplTaskTrackerStore_Submit"
                            SaveAllFields="True">
                                <Proxy>
                                    <ext:PageProxy />
                                </Proxy>                        
                                <AutoLoadParams>
                                    <ext:Parameter Name="start" Value="={0}" />
                                    <ext:Parameter Name="limit" Value="={30}" />
                                </AutoLoadParams>
                                <SortInfo Direction="Desc" Field="TaskId" />
    ......
    For the first time grid is loaded, only maximum 19 rows is in response. I don't know why it is so. If I change pagesize to 5 it work fine, byt 19 is maximum I can get. The same grid without paging can display much more rows.

    In addition. On the first page rows have numbers (from ext:RowNumbererColumn) in range 1..19, on the second page rows have numbert 31..54, on third page 61..84. I've been looking into firebug but I can see only response from ext.

    Any clue?
    Last edited by Daniil; May 31, 2011 at 10:48 AM. Reason: [CLOSED]
  2. #2
    Hi,

    Please ensure that records has unique ids
    Please post response of the first request from PageProxy
  3. #3
    Id is unique for sure, I double check it again.

    Please find attached file with response
    response.txt
  4. #4
    Hi,

    Your response contains 19 objects in array
    Please check the data which you bind to the store

Similar Threads

  1. [CLOSED] GridPanel Store with RemotePaging
    By Timothy in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: May 08, 2012, 12:42 PM
  2. [CLOSED] PageProxy
    By jeybonnet in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 21, 2011, 3:26 PM
  3. [CLOSED] Timeout for PageProxy
    By macap in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Oct 07, 2010, 1:20 PM
  4. Store RemotePaging - is it really needed?
    By David J. in forum 1.x Help
    Replies: 1
    Last Post: Sep 03, 2010, 4:22 PM
  5. Replies: 4
    Last Post: Jun 14, 2010, 11:12 AM

Posting Permissions