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

Troublesome inconsistency

1 Answer 35 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Jim
Top achievements
Rank 1
Jim asked on 23 Jun 2010, 08:38 PM
I'm not stuck on code, but am having to deal with an inconsistency. It might be something that you would want to address in a future release.

SchedulerContextMenuShowingEventArgs exposes a ContextMenu property of type RadDropDownMenu. On the other hand, RadScheduler's ContextMenu property is of type System.Windows.Forms.Control.ContextMenu.

I'd far prefer to work with the former.

1 Answer, 1 is accepted

Sort by
0
Accepted
Stefan
Telerik team
answered on 29 Jun 2010, 12:16 PM
Hi Jim Benson,

Thank you for writing.

System.Windows.Forms.Control.ContextMenu property exists at RadScheduler, because it is inherited from the Control class. However, this property has no meaningful representation in RadControls. Our suite is using our own implementation of a context menu (RadDropDownMenu) that in the case of RadScheduler can be accessed and modified through SchedulerContextMenuShowingEventArgs of the ContextMenuShowing event. For additional information, please refer to this article.

I hope you find this information helpful. If you have any other questions, do not hesitate to contact us. 

All the best,
Stefan
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
Tags
Scheduler and Reminder
Asked by
Jim
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or