Hello Yaroslav,
While this functionality is not officially supported, you could unbind all drag events from the draggable in the following way:
$("#draggable").unbind(".kendo-dnd");
It is recommended that you submit a request for an official API in
uservoice, since it would be more reliable than the above hack.
Regards,
Alex Gyoshev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!