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

Open an Advanced Form on iPad.

7 Answers 67 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Ilya
Top achievements
Rank 1
Ilya asked on 13 Sep 2011, 03:48 PM
I am using double-click to open an AdvancedInsert or AdvancedEdit form but that functionality does not work with iPhone/iPad. Is there a way to Press-and-Hold the time-slot and open any of the advanced forms? Thanks

7 Answers, 1 is accepted

Sort by
0
Ivan Zhekov
Telerik team
answered on 16 Sep 2011, 10:49 AM
Hi Ilya,

We've been working on such a solution (press and hold) and we hope to get it done for the Q3 release.

As soon as it's ready, we'll have a blog post about, or at least a mention in the release notes.

Regards,
Ivan Zhekov
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal
0
Ilya
Top achievements
Rank 1
answered on 16 Sep 2011, 02:42 PM
Ivan,

Is there a workaround that I can use for now?

Thanks
0
Ivan Zhekov
Telerik team
answered on 21 Sep 2011, 09:47 AM
Hello Ilya,

The solution we are currently developing is not ready for production. It does resemble the jQ mobile solution (http://forum.jquery.com/topic/mobile-events-documentation), so I guess you could temporary use a jQ mobile hook.

Basically, there should be a delegate event handler for the taphold event for the appointments (note: using direct handlers is also possible, but could decrease performance) and that should call the editAppointmentWithConfirmation method (more information here http://www.telerik.com/help/aspnet-ajax/scheduler-object.html)

I hope this helps.

All the best,
Ivan Zhekov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Thomas
Top achievements
Rank 1
answered on 11 Nov 2011, 03:32 PM
Hi!

I use the context-menus and it works great, but how do I apply some kind of fix to have it working on an Ipad?
How do I "right-click" on an Ipad?

Regards, Thomas
0
Ivan Zhekov
Telerik team
answered on 15 Nov 2011, 08:10 AM
Hi Thomas,

You can't "right click" on iPad (or similar touch devices for that matter). The is where the "long touch" or "tap and hold" events come into place.

Say you want to have a context menu on a image. So you should bind (or delegate) a top hold event to that image that shows the menu.

In the event itself you should locate the menu, both in terms of object and HTML element; position it at the proper place and then show it.

All the best,
Ivan Zhekov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Thomas
Top achievements
Rank 1
answered on 15 Nov 2011, 08:53 AM
Hi!

Ok, I understand.
I can't find these client events or is it those who will come in the Q3 release?

Regards, Thomas

0
Ivan Zhekov
Telerik team
answered on 18 Nov 2011, 03:30 PM
Hello Thomas,

Those events aren't part of the control suite. Instead those are jQuery extensions we use internally to do the heavy lifting on our end.

Greetings,
Ivan Zhekov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Scheduler
Asked by
Ilya
Top achievements
Rank 1
Answers by
Ivan Zhekov
Telerik team
Ilya
Top achievements
Rank 1
Thomas
Top achievements
Rank 1
Share this question
or