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

Open advanced Form on time slot click rather than inline form

1 Answer 50 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Manmeet
Top achievements
Rank 1
Manmeet asked on 29 Jul 2010, 05:32 AM
Hi

i want to open advance form on time slot click rather than inline form. In context menu i used "CommandAddRecurringAppointment" to open detailed form but how to perform asme thing on time slot click.

Is there any way we can define default context menu item so that whenever user click on timeslot it will execute default context menu command.  Please guide me the best solution for this.

Thanks in advance

1 Answer, 1 is accepted

Sort by
0
Accepted
Veronica
Telerik team
answered on 29 Jul 2010, 04:58 PM
Hello Manmeet,

You can set the StartInsertingInAdvancedForm property to "true" so that the advanced form will appear  rather than in-line form when you try to insert an appointment. When using default context menus:

<AppointmentContextMenuSettings EnableDefault="true" />
       <TimeSlotContextMenuSettings EnableDefault="true" />

adding a new appointment via the context menus will cause the opening of the advanced form too.

Greetings,
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
Tags
Scheduler
Asked by
Manmeet
Top achievements
Rank 1
Answers by
Veronica
Telerik team
Share this question
or