Hi, I need DateNavigator without Scheduler, only to select(for visualisation) date ranges that were selected in TreeList that in next to the DateNavigator. I try simply: { dateNavigator.Selection.Clear(); dateNavigator.Selection.Add(date); } Refresh() and Update() isn't helping. I know that dateNavigator...