[CLOSED] Gridpanel Loading Mask?

  1. #1

    [CLOSED] Gridpanel Loading Mask?

    Hello,

    Just curious how to adjust the loading mask on a GridPanel? It used to be with a <LoadMask>​.

    Cheers,
    Timothy
    Last edited by Daniil; May 04, 2012 at 11:47 AM. Reason: [CLOSED]
  2. #2
    Hi,

    This way.

    Example
    <ext:GridPanel runat="server">
        <View>
            <ext:GridView runat="server" LoadMask="true" LoadingText="Hello" />
        </View>
    </ext:GridPanel>
  3. #3
    Thanks, you can mark this closed :)

    Cheers,
    Timothy
  4. #4
    Oops, one quick question. Is there still the ability to set a minimum time to display the loading message?

    Cheers
  5. #5
    Well, I can't remember such option for GridPanel LoadMask in v1.

    I guess you mix it up with DirectEvent EventMask. There is MinDelay.

Similar Threads

  1. [CLOSED] Customising GridPanel loading mask
    By daneel in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 28, 2011, 1:29 PM
  2. [CLOSED] [1.0] Loading mask does not
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 11, 2010, 3:30 PM
  3. [CLOSED] [1.0] Loading Mask
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 15, 2010, 3:35 PM
  4. [CLOSED] Loading Mask
    By speedstepmem4 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 28, 2009, 12:44 PM
  5. Loading Mask
    By speedstepmem3 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Nov 25, 2008, 6:55 AM

Posting Permissions