After a user has moved or resized an event, the "busy" times is not updated in the navigator.
This is the settings and also what I tried:
- DayPilotNavigator1.Rebind() (no effect)
- My events and the navigator comes from the same Sqldatasource2
- BoundDayPilotID="DayPilotScheduler1"
- I use callbacks
- My resource (and child resources) are also build from Sqldatasource1 (not that this will have impact)
- My navigator shows 3 months at a time
- My scheduler shows one month with 7 days less and 7 days more (i.e 1 March - 7 days and 31 March + 7 days) (I'm doing this because its not very user friendly if you want to do create an event thats starts the last day and run into the next month and the timeline is cutting off on the 1st and last days) ---- There is some weired issues showing when you then select another month on the navigator as the timeline does not always do show the +7 days after the month (but more of this in another post after I've relooked my code)
- DayPilotScheduler1_EventMove i do...
ResourceBind()
DayPilotScheduler1.DataBind()
DayPilotScheduler1.Update(CallBackUpdateType.Full)
What am I doing wrong?