Hello,
If I insert a new appointment and if I immediately click on the refresh button, the appointment is being inserted again.
This will happen as many times as I refresh the page.
Any ideas to overcome this?
Thank you
1 Answer, 1 is accepted
0
Veselin Vasilev
Telerik team
answered on 28 May 2009, 09:36 AM
Hello sagar,
This is a normal behavior when you have a control that postbacks.
For example you can test it with a normal asp:Button. Subscribe to Button_Click event and do something there. Now click on the button and click the Refresh button of the browser - you will notice the same behavior.
If you ajaxify your RadScheduler (by using RadAjaxManager for example) I believe you will not observe the problem.