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

Refreshing RadAjaxPanel from OnAjaxRequest from RadWindow...

2 Answers 81 Views
Window
This is a migrated thread and some comments may be shown as answers.
Kevin
Top achievements
Rank 2
Kevin asked on 18 May 2010, 09:55 AM
Hi guys, the problem i have is i have a chat type control, that displays a list of users comments, when a user enters a comment into this control they have the ability to edit this comment, which pops up inside a RadWindow.... when the rad window closes (they've submitted their changes) we have an OnAjaxRequest on our AJAX manager... that catches the submit from the RadWindow... we go into a method on the server side public void RefreshPage(object sender, AjaxRequestEventArgs e) which at the moment all this method does is try to update a label within the RadAJAXPanel when the Window requests the refreshpage.. however this does nothing... the only way we are able to achieve a refresh is to do a response.redirect.. which isnt ideal as its a noticable refresh of the whole page... any suggestions on refreshing just the controls within the RadAJAXPanel would be fantastic!

Cheers

2 Answers, 1 is accepted

Sort by
0
Kevin
Top achievements
Rank 2
answered on 20 May 2010, 11:20 AM
Any suggestions on this one guys? Or do you need any further info on the requirements?
0
Fiko
Telerik team
answered on 20 May 2010, 01:05 PM
Hello Kevin,

In your case you can directly call the RadAjaxPanel's ajaxRequest method (not the RadAjaxManager's one) in order to update the Label control.

I hope this helps.

Best wishes,
Fiko
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Window
Asked by
Kevin
Top achievements
Rank 2
Answers by
Kevin
Top achievements
Rank 2
Fiko
Telerik team
Share this question
or