[CLOSED] Populate GridPanel with a lot of records.

  1. #1

    [CLOSED] Populate GridPanel with a lot of records.

    i have a search page with a gridpanel to display the search result. search result sometimes can returns more than 10000 records. what is the best possible way to handle this? does this have to be handled on the server site? each Next or Previous will make a call to the DB?
    any advice/example will be appreiciated. thank you
    Last edited by Daniil; Oct 17, 2011 at 9:00 AM. Reason: [CLOSED]
  2. #2
    Hi,

    Yes, remote paging would be best. We recommend 100 or less rows per page.

    You can use PageProxy, please see:
    https://examples1.ext.net/#/GridPane..._Sorting/Page/

    Though we don't recommend it because it causes recreating page instance during each load request.

    It would be best to use a WebService or a http handler, please see:
    https://examples1.ext.net/#/GridPane...ON_WebService/
    https://examples1.ext.net/#/GridPane...ML_WebService/
    https://examples1.ext.net/#/GridPane...rting/Handler/

Similar Threads

  1. Replies: 5
    Last Post: Jun 14, 2011, 11:47 AM
  2. Replies: 2
    Last Post: May 16, 2011, 9:19 PM
  3. dynamically populate a gridpanel
    By maxdiable in forum 1.x Help
    Replies: 1
    Last Post: Nov 19, 2010, 7:03 PM
  4. Replies: 3
    Last Post: Jun 29, 2010, 2:54 PM
  5. [CLOSED] get gridpanel all records
    By speedstepmem4 in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 11, 2008, 6:27 AM

Posting Permissions