[CLOSED] local paging in the GridPanel

  1. #1

    [CLOSED] local paging in the GridPanel

    Hi,

    With this sample http://mvc.ext.net/#/GridPanel_Pagin...Sorting/Local/

    How can I show the loading mask when clicking on refresh button of paging toolbar?

    Thanks in advance.
    Last edited by Daniil; May 06, 2014 at 6:56 AM. Reason: [CLOSED]
  2. #2
    Hi

    Please add the following code to GridPanel
    .ViewConfig(new GridView { LoadMask = true })
  3. #3
    Quote Originally Posted by Vladimir View Post
    Hi

    Please add the following code to GridPanel
    .ViewConfig(new GridView { LoadMask = true })
    Hi Vladimir,

    I followed your help but not working.
  4. #4
    Hi @tad,

    Yes, a View's LoadMask doesn't work in this case.

    I can suggest this Store's BeforeLoad listener:
    Ext.net.Mask.show({ el: App.GridPanel1.view.el });
    and this Load listener
    Ext.net.Mask.hide();

Similar Threads

  1. [CLOSED] gridpanel with local paging. Maintain checkbox selection while paging
    By PriceRightHTML5team in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 20, 2013, 10:20 AM
  2. Replies: 2
    Last Post: Jun 13, 2013, 3:58 PM
  3. [CLOSED] Local sorting with local filtering and paging
    By g-tech in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 10, 2013, 3:36 AM
  4. Replies: 11
    Last Post: Jun 13, 2012, 4:53 PM
  5. Replies: 0
    Last Post: Aug 16, 2010, 10:28 PM

Posting Permissions