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

DragDrop with TileView

1 Answer 57 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Vinay
Top achievements
Rank 1
Vinay asked on 27 May 2011, 11:40 AM
Hi,
I have a new type of requirment,
Requirment is pretty simple, but i want it to explain throughly..
Basically I want both DragDrop Control and TileView control to be merged for a single container.
  1. Tileview will always be in Minimized Mode.
  2. The container will have a capacity for maximum 4 panel.
  3. I will have a horizontal listbox below the container.(which contains panel names)
  4. when i drag a ListBox item into the container, the existing panel will be replaced by dragged panel. And the existing panel should be inserted on to ListBox.

Below i have attached a Image of my Requirment, Please provide me some useful codes or Links to move forward with this, 

1 Answer, 1 is accepted

Sort by
0
Accepted
Petar Mladenov
Telerik team
answered on 01 Jun 2011, 01:06 PM
Hello vinay uthappa,

The described behavior could be achieved with the RadDragAndDropManager, RadTileView and ListBox. Instead of ListBox you can also use horizontal TileViewItems in a row. Please examine this demo and the attached project. The demo shows a DND operation over a ListBox and the project shows a DND operation between 2 TileViews. Here you can find the documentation of the RadDragAndDropmanager which should be a useful starting point. I believe you can achieve the rest of the custom  functionalities that you want on your own. Do not hesitate to ask if you need further assistance.

All the best,
Petar Mladenov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
TileView
Asked by
Vinay
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Share this question
or