Hi, I'm using 'ajaxRequestWithTarget' method of RadAjaxPanel.
And it is asynchronously. Before the request is finished I would like to disable any action on client side.
It seems that update of RadAjaxPanel is performed asynchronously, is it possible to make it synchronous?
So for example I call 'ajaxRequestWithTarget' in the onclick event (client side event) of button. It looks like this event is finished before ajax request is done completely.
I know that there are events like:
So I could use them to disable this button after requestStart and before requestEnd, but this is additional work.
The simple question is: Can 'ajaxRequestWithTarget' be synchronous ?
Hope I described it good.
Regards.
Chris.
And it is asynchronously. Before the request is finished I would like to disable any action on client side.
It seems that update of RadAjaxPanel is performed asynchronously, is it possible to make it synchronous?
So for example I call 'ajaxRequestWithTarget' in the onclick event (client side event) of button. It looks like this event is finished before ajax request is done completely.
I know that there are events like:
ClientEvents-OnResponseEnd="OnResponseEnd"
ClientEvents-OnRequestStart="OnRequestStart"
So I could use them to disable this button after requestStart and before requestEnd, but this is additional work.
The simple question is: Can 'ajaxRequestWithTarget' be synchronous ?
Hope I described it good.
Regards.
Chris.