I've seen an example of drag & drop appointments from a RadGrid with different pre-set durations somewhere on this site, but a can't recall where it was.... Can anyone give me the URL? I am testing the Telerik ASP.NET Ajax framework and need this in a scenario with service-request with a pre-arranged timespan.
4 Answers, 1 is accepted
0
Hi Pim,
Perhaps you refer to this online example. You can download the source from client.net (see attached screenshot).
Regards,
Albert
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Perhaps you refer to this online example. You can download the source from client.net (see attached screenshot).
Regards,
Albert
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Pim
Top achievements
Rank 1
answered on 04 Sep 2008, 03:18 PM
Hello Albert,
the URL i was looking for is:
http://demos.telerik.com/aspnet/prometheus/Scheduler/Examples/ConfirmationDialog/DefaultCS.aspx
Another question:
Is there a way to use
eventArgs.get_targetSlot().get_resource().get_key()
while dropping a gridrow in the scheduler?
With regards,
Pim
the URL i was looking for is:
http://demos.telerik.com/aspnet/prometheus/Scheduler/Examples/ConfirmationDialog/DefaultCS.aspx
Another question:
Is there a way to use
eventArgs.get_targetSlot().get_resource().get_key()
while dropping a gridrow in the scheduler?
With regards,
Pim
0
Accepted
Hello Pim,
Another example that demonstrates drag-and-drop between RadGrid and RadScheduler can be seen here:
http://demos.telerik.com/aspnet/prometheus/Scheduler/Examples/DragAndDropIntegration/DefaultCS.aspx
Take a look at the rowDropping JavaScript function. It demonstrates how to obtain a reference to the target time slot. You can also get the resource for this slot, if you are using a grouped view.
Best wishes,
Tsvetomir Tsonev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Another example that demonstrates drag-and-drop between RadGrid and RadScheduler can be seen here:
http://demos.telerik.com/aspnet/prometheus/Scheduler/Examples/DragAndDropIntegration/DefaultCS.aspx
Take a look at the rowDropping JavaScript function. It demonstrates how to obtain a reference to the target time slot. You can also get the resource for this slot, if you are using a grouped view.
Best wishes,
Tsvetomir Tsonev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Pim
Top achievements
Rank 1
answered on 08 Sep 2008, 09:05 PM
Thanks, everything works fine now!