Hello,
Im having a strange issue using the Navigator. I have a function that change the settings of the scheduler depending on the view we want to have (day/week/month) and it is supposed to update the navigator selectmode according to the switched view.
To do so, I simply use :
navigator.SelectMode = NavigatorSelectMode.Month
But the change are not applied. I can't find any Update method like for the scheduler control.
What am I missing ?
Thank you!