Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Hi,
if i doubleclick on the appointmen cell on the Scheduler for Winform UI the EditAppointmentDialog is shown.
Question:
How can i disable the EditAppointmentDialog , it is possible after a DoubleClick not to popup this EditAppointmentDialog??
Regards,
Bledar
void
radScheduler1_AppointmentEditDialogShowing(
object
sender, AppointmentEditDialogShowingEventArgs e)
{
e.Cancel=
true
;
}
See What's Next in App Development. Register for TelerikNEXT.