[CLOSED] Excel Downloading Not working

  1. #1

    [CLOSED] Excel Downloading Not working

    Hi,

    I have written code for excel download. After excel downloaded , the wait message is remains in screen and no error messge is coming , so after that I must have to refresh page again. Please give solution so that after excel download to client side, wait message should disapper.

    Thanks
    Shailesh
    Last edited by Daniil; Apr 11, 2013 at 3:25 PM. Reason: [CLOSED]
  2. #2
  3. #3
    Hi,

    Yes I have seen that example.

    just add following line in that example then check

    <ext:ResourceManager ID="ResourceManager1" runat="server" >
                <Listeners>
                    <BeforeAjaxRequest Handler="Ext.net.Mask.show({ msg : 'Processing... Please Wait' });" />
                    <AjaxRequestComplete Handler="Ext.net.Mask.hide();" />
                </Listeners>
                </ext:ResourceManager>

    Thanks
    Shailesh
  4. #4
    If direct event should return a file then mask cannot be used because a browser doesn't fire any event (we cannot fire success callback where mask can be hidden)

Similar Threads

  1. Replies: 0
    Last Post: Jan 08, 2013, 5:18 AM
  2. Replies: 10
    Last Post: May 18, 2011, 8:37 AM
  3. downloading PDF file
    By unaltro2 in forum 1.x Help
    Replies: 0
    Last Post: Mar 10, 2011, 5:37 PM
  4. Replies: 0
    Last Post: Feb 03, 2011, 9:11 AM
  5. Export to Excel not working
    By iltwams in forum 1.x Help
    Replies: 0
    Last Post: Sep 29, 2010, 9:16 PM

Posting Permissions