Good morning, I need to reload the radscheduler from the database, how I can do it? basically I need to reload as when you open for first time the form that contain the RadScheduler but without closing the form.
Thanks.
1 Answer, 1 is accepted
0
Ivan Todorov
Telerik team
answered on 07 Jun 2012, 02:59 PM
Hi Joswhar,
Thank you for writing.
To reload the data from the database, you should use the Fill method of your table adapters to repopulate your datasets with data. When you do this, RadScheduler should automatically detect the changes and reflect them to the user interface. If this does not happen, then you can force an update by calling RadScheduler's DataBind method.
I hope you find this useful. Feel free to ask if you have any additional questions.