GridPanel is too slow!

  1. #1

    GridPanel is too slow!

    Hi,

    I have a gridpanel (which is loading nearly 10.000 records) with paging toolbar and filtering. It takes too long to filter it and to get another page. How can I solve this problem? All the users ,who want to use my program, want it to work fast! I'm using ext.net 2.0 and I know that ext.net 1.5 is faster than this version.
  2. #2
    Quote Originally Posted by ozlem View Post
    Hi,

    I have a gridpanel (which is loading nearly 10.000 records) with paging toolbar and filtering. It takes too long to filter it and to get another page. How can I solve this problem? All the users ,who want to use my program, want it to work fast! I'm using ext.net 2.0 and I know that ext.net 1.5 is faster than this version.
    You are loading about 9900 too many records into the GridPanel at a time. Use server-side paging, filtering and sorting.
    Geoffrey McGill
    Founder
  3. #3
    In my opinion it would be better you use a "lazy-load" approach instead of pushing 10.000 rows into a grid.

    Please take a look on the following example:
    https://examples2.ext.net/#/GridPane...rolling/Tuner/
    https://examples2.ext.net/#/GridPane...ling/Overview/
    https://examples2.ext.net/#/GridPane...red_Scrolling/
  4. #4
    Thank you for your answers friends, I will try your suggestions and reply back as soon as I work on it.
  5. #5
    You're welcome

Similar Threads

  1. Replies: 3
    Last Post: Mar 19, 2013, 9:05 PM
  2. [CLOSED] Slow Conversion from ASP
    By cwolcott in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 10, 2012, 6:03 PM
  3. [CLOSED] Slow Gridpanel scrolling with Firefox 14
    By dlevine in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Jul 17, 2012, 3:04 PM
  4. [CLOSED] GridPanel: Transfering from GridPanelA to GridPanelB is slow
    By nhg_itd in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Oct 07, 2011, 5:14 AM
  5. Store/GridPanel with 17k+ rows - slow - help!
    By Tbaseflug in forum 1.x Help
    Replies: 1
    Last Post: Jun 03, 2009, 3:22 AM

Posting Permissions