I have a small issue where setting the active day on the WebSchedule component c***a FrameIntervalChanging event to be raised. This is not desierable as I'm attempting to pull new data from the database when the user changes the schedule date.
Currently the only way to get the Day view to work is to set the active day to the day I'm looking for; however, this breaks month and week view as once the week/month is bound the active day sets causing the FrameIntervalChanging event to fire again and rebinding the data as a single day (the active date). Is there a way to set the active date without raising the event, or is there a better way of acomplishing this task?
ha, defeated at every step... Setting the ActiveDayUTC r***the FrameIntervalChanging event, but not the ActiveDayChanging/Changed event... maybe a bug? either way I was hoping to catch the ActiveDayChanging in order to set a variable to tell the data not to bind when it gets to FrameIntervalChanging but no luck.