I've got a situation with a site where cancelling (rather preventing) a post-back, adds the input blocker even though the post-back never actually occurs.
here is the code which is called for the
initPartialRequest() event:
We are only using the basic update panels and activated the DNN async refresh for this module. the page itself uses the telerik RadTabStrip and has a few RadGrids within the various tabs of the page.
The above code seems to work, since the page is not updated if we press cancel, but just after the confirm dialog closes, the page blocker appears, which is strange imho.
help... I admit I am pretty lost at where to look for a solution... everything I search seems to indicate that I'm doing things properly. There is also very little stuff on the net for these advanced asp.net event handling issues.