This is a migrated thread and some comments may be shown as answers.

Binding to two ElementName

1 Answer 99 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Aldy
Top achievements
Rank 1
Aldy asked on 07 Oct 2015, 05:44 AM

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>

I want to have two ElementName=radScheduleView and ElementName=radScheduleView1

1 Answer, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 07 Oct 2015, 02:57 PM
Hello Aldy,

We noticed you asked a similar question on the following forum thread:
http://www.telerik.com/forums/two-appointments-binding-(hourly-view)

Could you please check the approach we suggested there and let us if it works for your scenario? If you are still experiencing some unexpected issues please, provide us some more detailed information of the desired by you behavior - what are you desired to happen when a date is selected in RadCalendar?

We hope this will help you.

Regards,
Nasko
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Aldy
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Share this question
or