1. #1
    Sencha User
    Join Date
    Sep 2011
    Location
    Leipzig, Germany
    Posts
    66
    Vote Rating
    0
    A.Rothe is on a distinguished road

      0  

    Default Paging without total number of records

    Paging without total number of records


    Hi,

    I have an instance-based access control system, which prevents to calculation of the total number of records for a query. To get this information I have to fetch all records from the database and check the access permissions for the current user. This slows down my application. Is paging possible with Ext GWT, also without the total number?

    Thanks
    Andre

  2. #2
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,713
    Vote Rating
    107
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    Should be possible with only small modifications. You will need to adjust pagingtoolbar to to not disable the next button related to the totalCount.

Tags for this Thread