I would like to be able to drag and reorder items using Kendo,
How do I easily acheive this. I want to be able to persist the new order
by making a call that updates the relevant tables in a database
please see the url below
http://www.webresourcesdepot.com/wp-content/uploads/file/jquerydragdrop/
How do I easily acheive this. I want to be able to persist the new order
by making a call that updates the relevant tables in a database
please see the url below
http://www.webresourcesdepot.com/wp-content/uploads/file/jquerydragdrop/
5 Answers, 1 is accepted
0

Benoit
Top achievements
Rank 1
answered on 28 Nov 2011, 01:53 PM
+1 please :)
0

Trevor
Top achievements
Rank 1
answered on 23 Mar 2012, 01:16 AM
+1 for reordering and resizing columns as shown on Telerik MVC
http://demos.telerik.com/aspnet-mvc/grid/columnreordering
http://demos.telerik.com/aspnet-mvc/grid/columnreordering
0

Guillaume
Top achievements
Rank 1
answered on 26 Mar 2012, 11:04 AM
Hello,
Before the new release of Kendo, this snippet worked : http://jsfiddle.net/rusev/saAfL/
Now, the API had completely (what a pain without compilation !) changed so it doesn't work anymore.
Worst, if you try to enable drag'n drop and multiple selection, when you're dragging, you're selecting in same time other rows.
But let me know if you try a way to achieve that.
Regards,
Guillaume
Before the new release of Kendo, this snippet worked : http://jsfiddle.net/rusev/saAfL/
Now, the API had completely (what a pain without compilation !) changed so it doesn't work anymore.
Worst, if you try to enable drag'n drop and multiple selection, when you're dragging, you're selecting in same time other rows.
But let me know if you try a way to achieve that.
Regards,
Guillaume
0
Hello Guillaume,
I've updated the demo to work with latest scripts.
http://jsfiddle.net/j6QHF/
You may also need to go through the following article:
http://www.kendoui.com/documentation/changes-and-backward-compatibility.aspx
All the best,
Nikolay Rusev
the Telerik team
I've updated the demo to work with latest scripts.
http://jsfiddle.net/j6QHF/
You may also need to go through the following article:
http://www.kendoui.com/documentation/changes-and-backward-compatibility.aspx
All the best,
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

Guillaume
Top achievements
Rank 1
answered on 26 Mar 2012, 03:06 PM
Ok it works now. Thank you.
Best regards,
Guillaume.
Best regards,
Guillaume.