[CLOSED] LoadMask while loading huge data in gridpanel

  1. #1

    [CLOSED] LoadMask while loading huge data in gridpanel

    Hi,

    I want to show loading mask while loading huge data (3000+ rows with 8-10 columns) in gridpanel.

    I have put <LoadMask ShowMask="True" /> for the gridpanel, but still not able to see the loading mask while the gridpanel is getting loaded with this data.

    Am i missing something?

    Regards
  2. #2

    RE: [CLOSED] LoadMask while loading huge data in gridpanel

    Hi,

    1. GridPanel/Store is not designed to handle such amount of rows. Don't forget that javascript performance is not good as performance of the windows/desktop application


    2. Use BufferView if you use large amount of the rows (GridPanel/Miscellaneous/Buffered_GridView/)


    3. Use remote paging if you have many rows (GridPanel/Paging_and_Sorting/)


    Javascript is one thread enviroment therefore processes cannot be executed across. Therefore loading animation is showing while data is loaded from from server. The data is parsed on the client side after loading. During parsing the loading animation is not showing because all browser resources is used by parser.


    But I am repeating, 3000 rows is too much for GridPanel, use remote paging

Similar Threads

  1. GridPanel Data loading problem
    By hmily6033 in forum 2.x Help
    Replies: 1
    Last Post: Jun 18, 2012, 11:24 PM
  2. Replies: 1
    Last Post: Nov 12, 2010, 12:29 PM
  3. Replies: 4
    Last Post: Sep 07, 2010, 6:59 PM
  4. [CLOSED] Error loading Gridpanel Data
    By SymSure in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Mar 17, 2010, 12:40 AM
  5. [CLOSED] GridPanel Loading with Large Data Set
    By bethc in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Oct 28, 2009, 2:20 PM

Posting Permissions