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

Overriding Inline Editing

6 Answers 69 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Jonathan
Top achievements
Rank 1
Jonathan asked on 13 Oct 2011, 04:20 PM
Is there a way of overriding or disabling inline editiing? Ideally what I need is for the inline editing event to trigger the create appointment popup with the pre-filled times matching the time slot from the inline editing selection...

Tia,

jonathan

6 Answers, 1 is accepted

Sort by
0
Jonathan
Top achievements
Rank 1
answered on 17 Oct 2011, 09:34 AM
No hints on this one? Or is it just not possible?

Jonathan
0
Konstantina
Telerik team
answered on 18 Oct 2011, 07:58 AM
Hi Jonathan,

You could turn off the inline editing setting the IsInlineEditingEnabled property to False.

Hope this information helps.

Regards,
Konstantina
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
Jonathan
Top achievements
Rank 1
answered on 19 Oct 2011, 03:39 PM
I'm afraid that doesn't help. I need to be able to click-and-drag select a new appointment then when they hit return go into the pop-up appointment editor. I thought the BeginEdit method might do it but it doesn't show the popup...

Jonathan
0
Yana
Telerik team
answered on 24 Oct 2011, 09:59 AM
Hi Jonathan,

I am not sure what is exactly the needed approach, but I guess that you could use RadScheduleView commands to open the EditAppointmentDialog:

RadScheduleViewCommands.CreateAppointment.Execute(null, ScheduleView);
RadScheduleViewCommands.EditAppointment.Execute(null, ScheduleView);

Hope this helps.

Kind regards,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Jonathan
Top achievements
Rank 1
answered on 24 Oct 2011, 10:03 AM
Thanks, I already tried that but in the end opted for supressing the standard editors in ShowDialog and implementing my own for both inline and popup.

Jonathan
0
Yana
Telerik team
answered on 25 Oct 2011, 01:56 PM
Hi Jonathan,

Could you please explain in more details the requirement and send us some sample code, so we to be able to provide a suitable solution? Thanks in advance

Regards,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
ScheduleView
Asked by
Jonathan
Top achievements
Rank 1
Answers by
Jonathan
Top achievements
Rank 1
Konstantina
Telerik team
Yana
Telerik team
Share this question
or