Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I need to use normal html 5 java script drag event in my kendo grid for dragging a kendo grid column to outer div. Kendo provide some events like below.

$('.all-image';, grid).kendoDraggable({
hint: function (e) {
return e.html();
},
dragstart: function (e) {
e.currentTarget.hide();
}
});

But need to set some data in drag start time and drop event is handled in some other module using html 5 java script event.

How can i accomplish my above requirement.

Please share your idea.


Regards,
Shefeek
Posted
Updated 14-Aug-14 0:39am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900