Is any way to disable Update panel during async postback?
I want to prevent any user activity before postback will be completed, how can I do it?
Thanks!
Is this about Microsoft's ASP.NET AJAX UpdatePanel, or about our WebAsyncRefreshPanel (WARP)?
I am speaking about WARP.
I tried "DisableChildren" property and panel was disabled while postback. (Correct behaivour).
But actually with this disabling during post back I tried to resolve following problem, but failed, this disabling did not help:
If immediately after first WARP asynchronous update click on UltraWebGrid header the JavaScript error occurs:
"htmlfile: Unspecified error." in the function igtbl_getAbsBounds(elem, g, forAbsPos)
This error is permanent one. I reproduce it on IE6, IE7, IE8. with Infragistics v.9.1
So if you can help me with this problem I will be happy!