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

Drag Assignments in Ipad

2 Answers 56 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
K. R.Murthii
Top achievements
Rank 1
K. R.Murthii asked on 25 Sep 2013, 01:36 PM
Hi,

following is my code for drag assignments in Rad Schedular

var lastArgs = null;
var lastContext = null;
var longTouchID = 0;
var menuShown = false;
function longTouch()
{
    longTouchID = 0;
    menuShown = true;
    var scheduler = $find('RadScheduler1');
    var eventArgs = null;
    var target = null;
   
    
        target = scheduler.getAppointmentFromDomElement(lastContext.target);
        eventArgs = new Telerik.Web.UI.SchedulerAppointmentContextMenuEventArgs(target, lastContext);
        MoveAssignments(eventArgs);
    
}

But I am unable to find the next day of the current appointment date
with the use of  eventArgs.get_newStartTime() 

please help me it very impotent and very urgent for our team.

Thanks,


2 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 30 Sep 2013, 10:36 AM
Hi,

The described behavior was not available in the older versions of RadControls but it was implemented added in the latest version of the control you can both drag and drop appointments and show the context menu with the long touch event. You can test the issue on this on-line demo for example.

 Hope this information will be helpful.

Regards,
Plamen
Telerik
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 the blog feed now.
0
K. R.Murthii
Top achievements
Rank 1
answered on 01 Oct 2013, 05:30 AM
Hi,

Thanks for your reply, I can able to drag my appointments.


Thanks,
Tags
General Discussions
Asked by
K. R.Murthii
Top achievements
Rank 1
Answers by
Plamen
Telerik team
K. R.Murthii
Top achievements
Rank 1
Share this question
or