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

Draggable BinaryImage(s) in a Repeater or Other Control?

1 Answer 57 Views
BinaryImage
This is a migrated thread and some comments may be shown as answers.
Kevin
Top achievements
Rank 2
Kevin asked on 31 Aug 2009, 10:21 PM
I'm looking to build an image gallery of sorts using BinaryImage in a repeater control, and I need to be able to drag the images around to re-order them.  Any samples that already show some decent drag-n-drop of bimaryimage objects in a repeater control, or another control for that matter?

I have done drag-n-drop in RadGrids.  Would there be stronger support doing it in RadGrid for any reason?

Thx for help.

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 01 Sep 2009, 07:26 AM
Hello Kevin,

Currently we do not have plans to introduce built-in drag and drop support for RadBinaryImage. Therefore, if you would like to support such type of functionality inside a data bound control like grid, consider the solution presented in the code library entry below:

http://www.telerik.com/community/code-library/aspnet-ajax/grid/radgrid-items-reorder-using-db-backend.aspx

For other custom drag and drop operations you will need to use your custom javascript and server-side logic to switch the places of RadBinaryImages in repeater/grid rows.

Best regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
BinaryImage
Asked by
Kevin
Top achievements
Rank 2
Answers by
Sebastian
Telerik team
Share this question
or