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

Scheduler Edit template MVC

1 Answer 430 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Dinesh
Top achievements
Rank 1
Dinesh asked on 18 Nov 2014, 10:26 AM
Hi Team,

I am using Kendo scheduler in MVC application, on clicking calender slot i need to display custom form(popup) instead of default form. We have already created View (cshtml) for this so on click i need to render this view as popup(i do not want to create script tag in existing view as given in example).
and after clicking on save need to call some action method from controller.
can you please let me know how i can achive this?

Thanks...

1 Answer, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 20 Nov 2014, 08:50 AM
Hi Dinesh,

The desired behavior is not supported out of the box and it will require custom solution. For example you can disable the scheduler build-in editing and attach double click event handler to the scheduler content in which to open the custom window.

e.g.:

Regards,
Vladimir Iliev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Scheduler
Asked by
Dinesh
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Share this question
or