Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
280
WebAsyncRefreshPanel and the UltraWebGridExcelExporter
posted

I have a page that has a UltraWebGridExcelExporter control within the WebAsyncRefreshPanel.  There is a group of controls on the page that populate a grid.  Everything seems to work except the UltraWebGridExcelExporter.  It double posts back but then never pops up with the Excel spreadsheet.  If I move the panel so that it just contains the grid, I lose the 'loading' icon.  This has to be an easy fix but I am stumped.

Parents
  • 24497
    Suggested Answer
    posted

    Hi,

    The WARP does not support redirect or async postback which returns binary stream. If you trigger your "excel-export" action by a button (or another element) located inside of WARP, then you should exclude that button from default async postback. Please use TriggerPostBackIDs property of WARP.

Reply Children
No Data