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

How to create an appointment using RadScheduleView...

1 Answer 115 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
jeya
Top achievements
Rank 1
jeya asked on 27 Jul 2011, 06:03 AM
I want to invoke the create appointment event in RadScheduleview using mouse single click instead of double click. How to do this?

1 Answer, 1 is accepted

Sort by
0
Dani
Telerik team
answered on 27 Jul 2011, 11:28 AM
Hello Jeya,

In both AppointmentItemVerticalControlTemplate and AppointmentItemHorizontalControlTemplate, you will find the following MouseBindings:

<Grid.InputBindings>
                   <MouseBinding MouseAction="LeftDoubleClick" Command="local:RadScheduleViewCommands.EditAppointment" />
</Grid.InputBindings>

Try setting the MouseAction to LeftClick instead of LeftDoubleClick.

I hope this helps.

Regards,
Dani
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
ScheduleView
Asked by
jeya
Top achievements
Rank 1
Answers by
Dani
Telerik team
Share this question
or