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

How to prevent Kendo UI Shceduler Event popup and show it in same page

8 Answers 532 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Avinash
Top achievements
Rank 1
Avinash asked on 02 Oct 2014, 05:14 AM
I am using Kendo UI Scheduler control, on double click "event" page is shown as popup, but I want to show inline with same page.

<div id="myScheduler"></div><div id="myEvent"></div>


In simple words, On double click I want to get HTML of popup and fill it to "myEvent" DIV, Isit possible?

Note: I tried posting this thread in scheduler group, but I was getting 500 error, so I am posting in "General discussion"

8 Answers, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 06 Oct 2014, 07:20 AM
Hello RAJESH,

The Kendo UI Scheduler widget is designed to use a "popup" editor only. If you would like to avoid using it, then you will need to implement the editor manually. Here is a simple Dojo demo that demonstrates how to edit the event title value.
Please note that such custom implementation is up to the developer, as the entitled support service provide support only for the built-in functionality of the widgets.

Regards,
Georgi Krustev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Avinash
Top achievements
Rank 1
answered on 17 Oct 2014, 07:28 PM
Thanks Georgi Krustev,

This helps! We have bought this product and it's very flexible and easy to use. 
Unfortunately our customer requirement is slightly advance and our team is finding hard to implement.
We appreciate your support by answering below questions.
1) In the  Dojo sample you have provided have example of editing "Title", same way how can we edit "date and time"?
2) How to hide "Edit recurring item" screen? and directly show "editor" 










0
Georgi Krustev
Telerik team
answered on 20 Oct 2014, 10:54 AM
Hello RAJESH,

Straight to your questions:

#1: You can end the start/end fields using editors for them. I would suggest you check the following steps:
  • Check the SchedulerEvent structure
  • Examine how Kendo MVVM (demo) works as it is used in the editor form of the widget
  • Examine this code library, which shows how to define a custom editor form. The same form can be used in the dojo demo that I provided
I modified the demo to demonstrate how for instance the start and end fields can be edited.

Regards,
Georgi Krustev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Georgi Krustev
Telerik team
answered on 20 Oct 2014, 10:58 AM
Hi RAJESH,

This is a follow up message as I forgot to answer to the second question (sorry for that).

2)  How to hide "Edit recurring item" screen? and directly show "editor" 

#2: In general, confirmations can be disabled using editable.confirmation option, but in this case the Recurrence confirmation dialog cannot be disabled as the end user needs to determine whether he/she needs to update the current occurrence or the whole series.

Regards,
Georgi Krustev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Avinash
Top achievements
Rank 1
answered on 21 Oct 2014, 11:42 AM
Thanks for the code library link and Dojo demo.

In previous Dojo link "save" was working fine and current Dojo link "save" does not work. Date time picker appears but when I click save nothing get triggered. I am continuing my investigation with code library. Meanwhile it will be helpful if "save" button works in this link

Thanks a lot for support. 


0
Georgi Krustev
Telerik team
answered on 22 Oct 2014, 03:52 PM
Hello Rajesh,

Indeed, the referenced demo shows how to perform event editing. To allow event creation you will need to add the newly created event manually to the data source. I updated the demo to demonstrate how this could be done.

Regards,
Georgi Krustev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
tanu
Top achievements
Rank 1
answered on 07 Dec 2016, 06:42 AM

I am using Kendo UI Scheduler control in my cordova based application, double click event itself is not getting triggered on IOS9.3 IPad, IPhone Simulator but same working fine for OSX platform.

Is Kendo Schedular component not supported on IOS devices?

 

0
Stefan
Telerik team
answered on 09 Dec 2016, 07:12 AM
Hello Tanu,

Kendo UI Scheduler is supported for iOS devices, and the not working double click event is not a known issue.

When the Scheduler can be used on mobile devices we recommend setting its mobile property:

http://docs.telerik.com/kendo-ui/api/javascript/ui/scheduler#configuration-mobile

Could you please send us a runnable example reproducing the issue, so we can investigate what may be causing it?

Also, please check if the same issue can be reproduced in our demo of the mobile Scheduler:

http://demos.telerik.com/kendo-ui/m/index#scheduler/adaptive

Regards,
Stefan
Telerik by Progress
Kendo UI is ready for Visual Studio 2017 RC! Learn more.
Tags
General Discussions
Asked by
Avinash
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Avinash
Top achievements
Rank 1
tanu
Top achievements
Rank 1
Stefan
Telerik team
Share this question
or