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

SelectionChanged Problem

5 Answers 77 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Forest
Top achievements
Rank 1
Forest asked on 03 Dec 2010, 07:57 PM
Hi

I need to select several day from my calendar.
i hit the leftMouseKey down on the first selected day.
Then i select the next days.
Then i leave the leftMouseKey up.

The problem is that the SelectionChanged event was used for each day.

Is there a way to execute only one event and get the calendar.SelectedDays into it ?

Thanks

Mathieu

5 Answers, 1 is accepted

Sort by
0
Forest
Top achievements
Rank 1
answered on 05 Dec 2010, 06:53 PM
Hi


So, i would like to use a leftMouseKeyUp event but it doesn't work.
Have you got new about this ?

Thanks

Mathieu
0
Kaloyan
Telerik team
answered on 08 Dec 2010, 09:37 AM
Hello Forest,

I can suggest attaching an event handler to the MouseLeftButtonUp event and when it appears you use the calendar.SelectedDates collection to fetch all the selected dates.

Greetings,
Kaloyan
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Forest
Top achievements
Rank 1
answered on 13 Dec 2010, 10:08 AM
Hello

But the MouseLeftButtonUp event handler doesn't work on a calendarDay button.

Mathieu
0
Forest
Top achievements
Rank 1
answered on 13 Dec 2010, 10:08 AM
Hello

But the MouseLeftButtonUp event handler doesn't work on a calendarDay button.

Mathieu
0
Kaloyan
Telerik team
answered on 15 Dec 2010, 10:12 AM
Hello Forest,

Can you try setting the event handler to the calendar itself and try it again.

Regards,
Kaloyan
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
Tags
Calendar
Asked by
Forest
Top achievements
Rank 1
Answers by
Forest
Top achievements
Rank 1
Kaloyan
Telerik team
Share this question
or