This is a migrated thread and some comments may be shown as answers.

substitute for "OnResponseReceived" attribute in RadAjax

1 Answer 43 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Ripunjay
Top achievements
Rank 1
Ripunjay asked on 29 Jun 2011, 12:22 PM
Hi,

The Classic RadControls had an attribute "OnResponseReceived" in the ClientEvents.
Which attribute has substituted this in the new RadAjax. I see "OnResponseEnd" in the clientEvents. Is it the same?

Thanks,
Ripunjay

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 29 Jun 2011, 12:53 PM
Hello Ripunjay,

     The new RadAjax version supports two types of client events.
  • OnRequestStart client-side event handler which is called when a request to the server is started and
  • OnResponseEnd client-side event handler which is called when a request is received from the server.

Check the following help documentation which explains more about handling client events.
OnRequestStart.
OnResponseEnd

Thanks,
Princy.
Tags
Ajax
Asked by
Ripunjay
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or