I'm working with Teleriks RadDatePicker and need to disable a various count of dates for the user.
I started with the SelectableDateStart
and SelectableDateEnd
Properties.
<telerik:RadDatePicker VerticalAlignment="Center"
SelectableDateEnd="{Binding Path=SelectableDateEnd}"
SelectableDateStart="{Binding Path=SelectableDateStart}"
SelectedValue="{Binding Path=SelectedTimeWindow}" />
Is there a way to bind a list with selectable Dates?