Hello,
I have a radscheduler that uses a schedulerBindingDatasource, tableadapter and designtime dataset, the scheduler is populated during form load with a tableadaper.fill() method and any changes (Adds,Updates, Deletes) are applied to the table adapter on the FormClosing event however if changes are made to the database table (for instance from another users) I'd like those changes to be reflected immediately on the scheduler without having to close and reopen the scheduler. I added a refresh button and called methods.... radscheduler1.Refresh(), radScheduler1.DataBind() , schedulerBindingDataSource1.Rebind(); but the scheduler will not repopulate with the changed data. How do I refresh a scheduler without having to close and repopen. Using framework 3.5 scheduler version 2012.1.321.20
Regards,
Kerry
I have a radscheduler that uses a schedulerBindingDatasource, tableadapter and designtime dataset, the scheduler is populated during form load with a tableadaper.fill() method and any changes (Adds,Updates, Deletes) are applied to the table adapter on the FormClosing event however if changes are made to the database table (for instance from another users) I'd like those changes to be reflected immediately on the scheduler without having to close and reopen the scheduler. I added a refresh button and called methods.... radscheduler1.Refresh(), radScheduler1.DataBind() , schedulerBindingDataSource1.Rebind(); but the scheduler will not repopulate with the changed data. How do I refresh a scheduler without having to close and repopen. Using framework 3.5 scheduler version 2012.1.321.20
Regards,
Kerry