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

Scheduler Double Click on Mobile

9 Answers 293 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Artuğ
Top achievements
Rank 1
Artuğ asked on 01 Jun 2014, 11:52 AM
Hello,

 I use scheduler control in my project. It is like that http://demos.telerik.com/aspnet-mvc/scheduler/index
I have problem about double click event on ipad or other tablets for popup window. How I fix it ?

9 Answers, 1 is accepted

Sort by
0
Accepted
Kiril Nikolov
Telerik team
answered on 02 Jun 2014, 08:10 AM
Hi Artug,

On touch devices there is not double click gesture for web applications, this is why the double click event might not be fired correctly in some cases. There is a adaptive rendering mode for the Kendo UI Scheduler, that we recommend for use. It is optimized for use on mobile devices and give maximum user experience, here is a demo that you might want to see:

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

Regards,
Kiril Nikolov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Anamika
Top achievements
Rank 1
answered on 17 Jul 2014, 07:49 AM
Hello ,

i also have similar Problem. Currently my Scheduler Displays fine and filters fine based on user Dropdown. But i cnanot get edit or add Pop up window as double click will not work. Adaptive Rendering do not have a aspnet_mvc sample. So can you help me with my attached aspnetmvc mobile view file to Support adaptive rendering
Anamika
0
Kiril Nikolov
Telerik team
answered on 21 Jul 2014, 06:50 AM
Hi Anamika,

In order to activate the adaptive rendering on the Scheduler, you need to add the Mobile() configuration like this:

.Mobile(MobileMode.Phone) //or tablet

Regards,
Kiril Nikolov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Anamika
Top achievements
Rank 1
answered on 21 Jul 2014, 07:08 AM
Hello,

In the MVC view i cannot add .Mobile(MobileMode.Phone) get this error
CS1061: 'Kendo.Mvc.UI.Fluent.MultiSelectBuilder' does not contain a definition for 'Mobile' and no extension method 'Mobile' accepting a first argument of type 'Kendo.Mvc.UI.Fluent.MultiSelectBuilder' could be found (are you missing a using directive or an assembly reference?)

Do i Need to add some reference?

Anamika
0
Anamika
Top achievements
Rank 1
answered on 21 Jul 2014, 07:10 AM
sorry ignore my post, i just added it in wrong control in the view. My apologies
0
Anamika
Top achievements
Rank 1
answered on 24 Jul 2014, 06:10 AM
Hello after adding adaptive Rendering the Events Display Editor window on single tap which is good. But Problem is when the Scheduler loads first time it cannot Display Events after navogate to different view it will refresh and Show Events properly but not on first time load. Am i missing something?
0
Kiril Nikolov
Telerik team
answered on 24 Jul 2014, 06:56 AM
Hi Anamika,

As this problem differs from the original one, I would suggest you to open a separate support request that tackles the issue that you are facing, so we will be able to assist you.

Thank you in advance for the cooperation.

Regards,
Kiril Nikolov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Andrew
Top achievements
Rank 1
answered on 12 Mar 2015, 03:16 PM
When i use .Mobile(MobileMode.Phone) to get the "add scheduler entry" box to open on tablet / iPhone with one press, this work fine.

However, This same option then opens strangely on the desktop, full width. I would like the desktop to open a popup window, as it would normally do if the additional .Mobile(MobileMode.Phone) was not added. The site is a responsive site and needs this functionality.

Thank you in advance...
0
Kiril Nikolov
Telerik team
answered on 12 Mar 2015, 04:20 PM

Hello Andrew,

Please open a separate support request, and we will be happy to help!

Regards,
Kiril Nikolov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Scheduler
Asked by
Artuğ
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Anamika
Top achievements
Rank 1
Andrew
Top achievements
Rank 1
Share this question
or