I want to bind the SelectedDate in RadCalendar, to two CurrentDate in different RadScheduleView. How can i do that?
<telerik:RadCalendar Name=
"radCalendar"
Canvas.Left=
"80"
Canvas.Top=
"200"
Height=
"320"
Width=
"400"
SelectedDate=
"{Binding CurrentDate, ElementName=radScheduleView, Mode=TwoWay}"
SelectionMode=
"Single"
DisplayDate=
"{Binding DisplayDate, Mode=TwoWay}"
>
</telerik:RadCalendar>