cancel
Showing results for 
Search instead for 
Did you mean: 

Datenavigator - Avoid marking of the selected date

Former Member
0 Kudos

Hello everybody, I have an issue with the UI Element DateNavigator.

We manage the mark-ups of any day in a month, by using the DateNavigatorMarking UI Sub-Element; when an user selects a single day, some business logic takes place and the mark-up of the single day is changed to a different color.

The problem is that the last selected day in the calendar UI, is always orange due to selection, so even if i change the semantic color and category of a single marking, i can see the change only when i select another day on the calendar.

I tried to change the SelectionMode property on the UI Element, but setting it to "None" means that the "onDaySelect" event is never fired. Any work around?

Accepted Solutions (1)

Accepted Solutions (1)

Abhijeet-K
Active Participant
0 Kudos

I guess you are keeping the firstSelectedDate / lastSelectedDate and startsWith same, or close by. Set either of those two far off from the startsWith date, if your business logic permits so. It should make the Orange marking disappear.

Answers (0)