Does the ListView support reordering items using Drag & Drop? I'm considering using the control for a photo gallery like page, but one of the main things is the ability for the user to reorder the items.
I've got a jsFiddle project started (based on the ListView example). If you could show how it's done, I would appreciate it. http://jsfiddle.net/jWRVA/
I've got a jsFiddle project started (based on the ListView example). If you could show how it's done, I would appreciate it. http://jsfiddle.net/jWRVA/
5 Answers, 1 is accepted
0
Hello Brian,
Here is a sample how this is being implemented for reordering Grid items. You can use same approach with ListView.
http://jsfiddle.net/rusev/saAfL/
Regards,
Nikolay Rusev
the Telerik team
Here is a sample how this is being implemented for reordering Grid items. You can use same approach with ListView.
http://jsfiddle.net/rusev/saAfL/
Regards,
Nikolay Rusev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
0
Priyanka
Top achievements
Rank 1
answered on 06 Sep 2012, 11:50 AM
but its not working in list view..
in this same code ($(e.draggable.currentTarget).data("uid") is not getting uid...its showing undefined...
in this same code ($(e.draggable.currentTarget).data("uid") is not getting uid...its showing undefined...
0
Dennis
Top achievements
Rank 2
answered on 04 Nov 2012, 02:42 PM
I'm trying to get Kendo listView to work with jquery UI sortable, but to no luck. I can drag them but it doesnt resort them once I drop, nothing happens.
Any example of this working would be very helpful.
Thanks in advance,
Dennis
Any example of this working would be very helpful.
Thanks in advance,
Dennis
0
charan
Top achievements
Rank 1
answered on 26 Nov 2012, 11:33 AM
hi,
I am also having the same issue,I am not able to get the "uid" value,It is showing "undefined".If any one implemented ,can u please post the solution.
I am also having the same issue,I am not able to get the "uid" value,It is showing "undefined".If any one implemented ,can u please post the solution.