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

RadAjaxPanel UpdateMode.Always not working

2 Answers 108 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Fred Wesson
Top achievements
Rank 1
Fred Wesson asked on 18 May 2010, 01:55 PM
I created a simple page with a button inside a RadAjaxPanel and several labels inside their own RadAjaxPanels.  I set the update mode on each RadAjaxPanel to Always using the AjaxSettingCreating event.  The button click event sets the text property of each label to the current DateTime.  In theory, when I click the button, every label should update to the current DateTime.  However, none of the labels update. 

I also put two ASP.NET UpdatePanels on the page with labels in them and their update modes set to Always.  They do update correctly, but not the RadAjaxPanels.

What am I missing?

2 Answers, 1 is accepted

Sort by
0
Accepted
Maria Ilieva
Telerik team
answered on 18 May 2010, 02:27 PM
Hi Fred,

Please suggest modifying the RadAjaxPanel mode in AjaxSettingCreated event instead of AjaxSettingCreating.
Let me know if this helps.


Greetings,
Maria Ilieva
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.
0
Fred Wesson
Top achievements
Rank 1
answered on 18 May 2010, 08:18 PM
The AjaxSettingCreated works like a charm.  Thank you.
Tags
Ajax
Asked by
Fred Wesson
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Fred Wesson
Top achievements
Rank 1
Share this question
or