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.Selection property has changed but no changes are visible. Do you have any idea??
Thanks for help.
Kris