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

Does Drag Drop work in TileList?

3 Answers 25 Views
TileList
This is a migrated thread and some comments may be shown as answers.
Henry
Top achievements
Rank 1
Henry asked on 05 Sep 2014, 02:17 AM
I am trying to get Drag Drop to work in Tile List.  IE: when you Drag/Drop from one Group to another, I was hoping to get an event that states what was dragged and to what Group it was dragged too?  I looked at using the DragDropManager, but it did not seem to work with TileList.  Has anyone else got Drag Drop to work?  Or perhaps there is some other exposed events that happen in TileList that I have not found that provides the same functionality.
Thanks,
HH

3 Answers, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 05 Sep 2014, 07:58 AM
Hi Henry,

You can subscribe for drag and drop events, set e.Handled= true and get all the information you need. 
Check out DragDropManager documentation for more information. 


Regards,
Maya
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
hart
Top achievements
Rank 1
Veteran
answered on 06 Sep 2014, 04:49 AM
Hi Maya:

I am not sure this has been implemented for Silverlight.  It does work on ASP.net  see here...
http://www.telerik.com/help/aspnet-ajax/tilelist-drag-and-drop.html

I do not believe EnableDragAndDrop property exists in the Silverlight version of the object... at least the version I have -- and my Telerik software keeps up to date with the automatic updates feature.
If there is another pathway to get this to work -- a sample would be awesome!!!

Thanks,
HH
0
Maya
Telerik team
answered on 11 Sep 2014, 06:45 AM
Hello Henry,

The corresponding to EnableDragAndDrop property are AllowDrag and AllowDrop which are true by default for RadTileList for Silverlight. All you need to do is to handle the events as illustrated in the article I sent and perform your own logic. However, the scenario of creating a new group while in-between two groups is not yet supported out of the box. What functionality are you trying to achieve by handling drag and drop events ? 


Regards,
Maya
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
TileList
Asked by
Henry
Top achievements
Rank 1
Answers by
Maya
Telerik team
hart
Top achievements
Rank 1
Veteran
Share this question
or