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

Refresh gridviews after radwindow callback...

1 Answer 58 Views
Window
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 08 May 2008, 03:42 PM
Hello...I have a page that brings up a radwindow that allows the user to make a selection. Once the selection is made, I return the selected value back to the parent page using the Callback function. All that is fine...works very well. However, in this case, i then need to take that returned value and reload a couple of gridviews on the page based on that value. I am stumped on how to take that value and send it to the server side and refresh those grids.
Any help would be greatly appreciated!

Thanks!

Mike

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 10 May 2008, 10:29 AM
Hello Mike,

You can use Ajax call for this purpose and if your gridviews are in Ajax panels, you can refresh them from the server as well. Depending whether you are using ASP.NET AJAX or RadAjax for ASP.NET AJAX, I would suggest to check the documentation for more details on the client-side API and how to invoke Ajax calls via Javascript.


Sincerely yours,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Window
Asked by
Michael
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or