Hello,
I have implemented a control with RadScheduler and a custom data source, and so far it works.
I have the following problem:
1) I have implemented a ContextMenu, that calls my own page that in turn modifies the table (appointmet) that feeds the custom data source.
2) This page is loaded as a modal form, and when I close it I force a postback.
3) The problem is that the postback, reloads "MyDbSchedulerProvider" but it does not refresh the data. So, if I change the dates using my form, it does not reflect in the scheduler until a switch views or click on advance month (if in the monthly view)
I wonder, is there any way to manually call the GetAppointments method in MyDbSchedulerProvider?
Thanks,
Antonio.
I have implemented a control with RadScheduler and a custom data source, and so far it works.
I have the following problem:
1) I have implemented a ContextMenu, that calls my own page that in turn modifies the table (appointmet) that feeds the custom data source.
2) This page is loaded as a modal form, and when I close it I force a postback.
3) The problem is that the postback, reloads "MyDbSchedulerProvider" but it does not refresh the data. So, if I change the dates using my form, it does not reflect in the scheduler until a switch views or click on advance month (if in the monthly view)
I wonder, is there any way to manually call the GetAppointments method in MyDbSchedulerProvider?
Thanks,
Antonio.