I don't know if you are using straight RadControls for update panels, but I had to solve a similar problem where a calendar (RadScheduler) that is being updated based on a value from a user defined control. In the code behind I rebind the control and tell the panel to update.
'---Rebind control
rsSchedule.Rebind()
'---Tell update panel to update
UpdatePanel1.Update()
I'm using the AJAX Extension update panel but I'm assuming that the RadControls panel would have the same option.
0
T. Tsonev
Telerik team
answered on 15 Jul 2008, 06:03 AM
Hi Peter,
You should check that you have configured the AjaxSettings correctly. Generally, you need the following: