[CLOSED] Export example...

  1. #1

    [CLOSED] Export example...



    Here is my issue.

    I am trying to use the Export Ajax example. Your example works great in every browser that I have used. However, when I place this example in my own code, it doesn't throw an error, but it doesn't "load" an excel spreadsheet either.

    I have placed a breakpoint in code behind and I can see that it is building the excel document and eventually hitting the "this.Response.End();" line. No error is being thrown, but it isn't "downloading" and excel spreadsheet either.

    Do I need to set something on my IIS to do this or in the web.config to allow for the Excel to be downloaded when a user clicks on an ext:Button?

    In the code behind, I can see the Xml from the e.Xml call of StoreSubmitDataEventArgs. So I know the data is there, and I can see the Stream and see that data is being built into it.

    Thanks for any help.
  2. #2

    RE: [CLOSED] Export example...

    Hi,

    Did you set* <AjaxEventConfig IsUpload="true" /> *for Store?
  3. #3

    RE: [CLOSED] Export example...

    That was it.

    Thanks for the quick response!

    You can mark this one as Solved.


Similar Threads

  1. [CLOSED] Export To CSV
    By Vasudhaika in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Mar 31, 2011, 9:46 AM
  2. [CLOSED] Export to RTF
    By ecerrillos in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Sep 22, 2010, 9:42 PM
  3. Replies: 1
    Last Post: Apr 19, 2010, 2:44 PM
  4. [CLOSED] Export Error
    By speedstepmem3 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 12, 2008, 4:41 AM
  5. [CLOSED] Export
    By speedstepmem4 in forum 1.x Legacy Premium Help
    Replies: 9
    Last Post: Dec 04, 2008, 7:42 AM

Posting Permissions