This is a migrated thread and some comments may be shown as answers.

Is there a "Refresh" method somewhere?

1 Answer 47 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Ben
Top achievements
Rank 1
Ben asked on 24 Feb 2014, 08:13 PM
I am manually creating appointments into my RADScheduler. On the very first page load, all works perfectly. However the moment I navigate or change the view, all the appointments vanish from the screen. I stepped through the code and my data binding routines are running and they are creating appointments after each navigation...but nothing displays.

Is there an additional "refresh" step I need to do to force the appointments to display? Again I am manually creating appointments, I am not using the RADScheduler's "DataBinding" methods because recurring events don't seem to work right if I bind to a datasource.

Thanks!

1 Answer, 1 is accepted

Sort by
0
Ben
Top achievements
Rank 1
answered on 24 Feb 2014, 08:41 PM
OMG...ignore my post above. It had to do with the "Visible Data Range" values of the RADScheduler. I was using the values "before" they were updated with the new view... once I moved my rebind code to the "NavigationCompleted" event, it worked, since at this point in time the Visible Date Range values are updated with the new view being displayed.

-Ben
Tags
Scheduler
Asked by
Ben
Top achievements
Rank 1
Answers by
Ben
Top achievements
Rank 1
Share this question
or