When code is compiled , the compiled version asyn callback to RefreshComplete event doe snot happen and the code triggers a full postback. Tried to add call to ClientError event and catch any errors but nothing triggered. Are there any configuration issues that might cause this asyn error when the code is compiled which works correctly in debug?
The Refresh request fires but NOT RefreshComplete and second full postback occurs
<
igmisc:WebAsyncRefreshPanel ID="WARP1" runat="server" RefreshRequest="WARP1_RefreshRequest" RefreshComplete="WARP1_RefreshComplete" ClientError="WARP1_Error" TriggerControlIDs="RefreshButton">
function
WARP1_Error(oPanel,oEvent,flags){ var serverError = ig_shared.getCBManager().serverError;alert('flag:' + flags + '\nserverError:' + serverError);}
WARP1_RefreshRequest(oPanel, oEvent) {}
WARP1_RefreshComplete(oPanel){}
Hi hargreae,
It has been some time since your post, however in case you still need assistance I would be glad to help.
I have investigated your scenario but am so far unable to replicate the described behavior. In order to investigate this further I would need a small working sample illustrating the matter.
Please note that as of version 11.2, the WebAsyncRefreshPanel has been retired. You can find a detailed lists of the retired controls and their respective replacements at:
http://blogs.infragistics.com/blogs/taz_abdeali/archive/2011/11/17/asp-net-product-changes-in-2011-volume-2.aspx
Feel free to contact me if you have any questions.