Quantcast
Channel: Dragging individual element of KENDO UI Listview using KENDO Draggable - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by OnaBai for Dragging individual element of KENDO UI Listview using...

You should do:list.kendoDraggable({ filter: ".DeviceList", hint : function (row) { return row.clone(); //returns the same mark up as the template <li>some name</li> }});Taking advantage...

View Article



Dragging individual element of KENDO UI Listview using KENDO Draggable

Below is my template code of each list item. I want only the particular list item to be selected when i drag. Right now the entire list view itself is selected. What filter should i apply to my...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images