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

Drag & drop from RadGrid

4 Answers 96 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Pim
Top achievements
Rank 1
Pim asked on 29 Aug 2008, 05:32 AM
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

Sort by
0
Atanas Korchev
Telerik team
answered on 29 Aug 2008, 03:45 PM
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.
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
0
Accepted
T. Tsonev
Telerik team
answered on 08 Sep 2008, 04:27 PM
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.
0
Pim
Top achievements
Rank 1
answered on 08 Sep 2008, 09:05 PM
Thanks, everything works fine now!
Tags
Scheduler
Asked by
Pim
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Pim
Top achievements
Rank 1
T. Tsonev
Telerik team
Share this question
or