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

How to lockdown a Tilelist

5 Answers 30 Views
TileList
This is a migrated thread and some comments may be shown as answers.
Jan
Top achievements
Rank 1
Jan asked on 08 Oct 2014, 03:50 PM
Back at playing around with Tilelists; I can see that some missed options have been added since last eg. CanUserSelect

I am looking at locking down the tiles so that they cannot be moved/dragged.
- in xaml there is a AllowDrop on both Tile and TileList... no effect
- also tried
RadDragAndDropManager.SetAllowDrag(myTileList, false);
RadDragAndDropManager.SetAllowDrop(myTileList, false);

am I missing something obvious?

5 Answers, 1 is accepted

Sort by
0
Nick
Telerik team
answered on 09 Oct 2014, 12:24 PM
Hi Jan,

You can just set TileReorderMode to None on the TileList. 

Regards,
Nik
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Jan
Top achievements
Rank 1
answered on 09 Oct 2014, 02:15 PM
Hmm almost does it; still able to move the tiles down a good bit
0
Nick
Telerik team
answered on 10 Oct 2014, 08:17 AM
Hi Jan,

It sounds like you are using touch to drag the tiles, am I correct. It should be the only case where the tile need to be dragged a bit up or down in order to initiate the drag. Is that correct? If that is the case, there isn't much you can do at the moment, since disabling that behavior will also disable the Touch Scrolling functionality. Nevertheless, we are currently working on a more friendly Touch API that will enable the more precise manipulation of the behavior. 

Hope this makes sense. 

Regards,
Nik
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Jan
Top achievements
Rank 1
answered on 16 Oct 2014, 09:42 PM
Yes it is for a touchscreen application.
0
Nick
Telerik team
answered on 17 Oct 2014, 01:48 PM
Hello Jan,

The touch down drag is still present even though the DragDrop functionality is disabled. Note however that this will not start an actual drag and will not initiate a tile reorder operation. 

Regards,
Nik
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
TileList
Asked by
Jan
Top achievements
Rank 1
Answers by
Nick
Telerik team
Jan
Top achievements
Rank 1
Share this question
or