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

Copy rotator contents to clipboard

1 Answer 54 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
Rajesh
Top achievements
Rank 1
Rajesh asked on 06 Jan 2016, 07:11 PM
I have a RadRotator which is bound to a list of business objects, the RadRotator is placed inside a tile and the user has a requirement to copy the contents that are displayed on the tile (Content Tile). I am not able to click select and copy the contents, the tile contents render as an image, is there a way by which the list that is bound to the rotator can be copied to the clipboard?

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 11 Jan 2016, 07:37 AM

Hello Rajesh,

If the tile is inside a TileList, the mousedown event may be consumed by the drag-and-drop functionality, so you may need to disable it in order for the end user to be able to select and subsequently copy content from the tiles.

If you are looking for a programmatic solution to place something in the clipboard, I advise you start from this google search because this is a complex task with a lot of limitations and you are likely to need a flash/Java applet to get this done (starting point: https://www.google.com/search?q=put+content+in+clipboard+javascript).

Regards,

Marin Bratanov
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
Rotator
Asked by
Rajesh
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or