I resolved my original .FocusedDate issue- was trying to set it server side in RadDateInput _TextChanged event. Changed it to client side.
Is it possible to bold individual days within a month (not selecting them)?
The goal is to indicate which days of the months have appointments scheduled.
When the user changes months, I make a database query returning dates within the month that have appointments scheduled and need to bold/highlight those dates for the user.
Only method I have found is to use the SelectedDates collection, but when the user clicks on one of these dates it has the effect of 'un-selecting it'. Which leaves me with constantly adding/removing items from the collection within the serverside _SelectionChanged event.
Is there a better way to do this?
Is it possible to bold individual days within a month (not selecting them)?
The goal is to indicate which days of the months have appointments scheduled.
When the user changes months, I make a database query returning dates within the month that have appointments scheduled and need to bold/highlight those dates for the user.
Only method I have found is to use the SelectedDates collection, but when the user clicks on one of these dates it has the effect of 'un-selecting it'. Which leaves me with constantly adding/removing items from the collection within the serverside _SelectionChanged event.
Is there a better way to do this?