[CLOSED] How to show mask on ajax update panel update

  1. #1

    [CLOSED] How to show mask on ajax update panel update

    Hello!, im using a updatepanel and i want to know how to call showmask whenever a ajax call is made in the updatepanel.
    Thanks, im using ext 1.3 and ie & safari.!
    Last edited by Daniil; May 21, 2012 at 8:35 AM. Reason: [CLOSED]
  2. #2
    Hi,

    Do you need a mask on the whole page? If yes, please use
    Ext.net.Mask.show();
    to mask and
    Ext.net.Mask.hide();
    to unmask.
  3. #3
    thanks daniil!

Similar Threads

  1. [CLOSED] MVC Ajax - update a grid
    By adelaney in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 22, 2012, 9:44 AM
  2. [CLOSED] Update ASP Update Panel with Direct Event
    By sharif in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 24, 2010, 12:48 AM
  3. How to update a asp.net gridview in ajax callback?
    By tangcan2003 in forum 1.x Help
    Replies: 1
    Last Post: Mar 04, 2009, 11:12 PM
  4. How to update viewstate in ajax event?
    By bruce in forum 1.x Help
    Replies: 1
    Last Post: Feb 08, 2009, 11:00 PM
  5. Replies: 3
    Last Post: Jan 28, 2009, 5:02 PM

Posting Permissions