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

Pls Help : Appointment click event not working in Rad Scheduler

3 Answers 285 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Gokoulane
Top achievements
Rank 1
Gokoulane asked on 26 Jul 2010, 10:05 AM
Hi,

I am facing a problem while using RAD Scheduler.. The problem is
The appointment click event is not firing if the edit option is set to false.
please help me with this issue. i would also like to know how to disable the
menu which i get when i right click on the scheduler.

Pls Help..

Warm Regards
Gokoulane Ravi

3 Answers, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 26 Jul 2010, 04:57 PM
Hello Gokoulane,

You can disable the appointments context menu via:

<AppointmentContextMenuSettings EnableDefault="false" />

The time slot context menu could be disabled similarly:

<TimeSlotContextMenuSettings EnableDefault="false" />

You are right. The OnAppointmentClick event really doesn't fire when we set AllowEdit="false". I will report this to be fixed in future.
 
Please accept my appologies for the caused inconvenience.

Instead try using the ReadOnly property set to "false".

Hope this helps.

Kind regards,
Veronica Milcheva
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0
Curtis
Top achievements
Rank 1
answered on 12 May 2015, 06:51 PM
This doesn't seem to work till could someone confirm?
0
Ivan Danchev
Telerik team
answered on 15 May 2015, 11:20 AM
Hello,

Could you please elaborate more on your scenario?

The EnableDefault property enables/disables the default context menu (the one that contains "Edit" and "Delete" items). If you have several context menus you can set which one will be displayed by setting the ContextMenuID property as demonstrated in the following documentation article.

Regards,
Ivan Danchev
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
Scheduler
Asked by
Gokoulane
Top achievements
Rank 1
Answers by
Veronica
Telerik team
Curtis
Top achievements
Rank 1
Ivan Danchev
Telerik team
Share this question
or