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

[Solved] Client side callback

1 Answer 173 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Jerry
Top achievements
Rank 1
Jerry asked on 29 May 2009, 04:52 PM
Hi All,

I am new to the RadControls for ASP.NET Ajax. Is any way for this scenario:

Click a button to start an ajax that
1) make some calcaulate on the server side 
2) fill a grid in the panel with the results on the server side
3)after the ajax response is ended, send some data back to client side and call the client side callback function to fill client side control...

I know how to do 1) and 2) and I can use the client side callback function of the ASP.NET to do 3) somehow. 

But I am seeking a better way in the Radcontrol framework

Is there any way to return string from Server to a client function, at the event of  OnResposeEnd? or any suggsetion?

TIA

Jerry
   

1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 01 Jun 2009, 09:26 AM
Hi Jerry,

I suggest that you review this help article to see how you could execute custom javascript after ajax request. Give it a try and let me know if this works for you.

Kind regards,
Iana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Ajax
Asked by
Jerry
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or