Hai All,
I am downloading file on Ultrawebgrid Cell Click , my grid is inside UltrawebTab and i have
placed it in WebAsyncRefereshPanel , my problem is the prompt message for download file is not
opened . When the grid is not inside the UltrawebTab the prompt message is opened .
Can anyone tell me how to solve this .
Thank u
Hello,
Thank you for posting in our forums.
You are experiencing this issue because File download requires a full postback.
Please refer to the below forum post discussing the same:
http://forums.asp.net/t/1400567.aspx
Since you have added the UltraWebGrid and UltraWebTab you need to add the Button's ID to the TriggerPostBackIDs of the WebAsyncRefreshPanel
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1?page=Infragistics4.WebUI.Misc.v11.1~Infragistics.WebUI.Misc.WebAsyncRefreshPanel~TriggerPostBackIDs.html
Let me know if you need further assistance regarding this.