Trying to convert Jquery Sortable to Kendo Sortable

46 Views Asked by At

I am not able to find Rearrange event and refreshPositions method in kendo sortable which is available in Jquery sortable.

$.ui.sortable.prototype._rearrange = function (event, i) {
                            this.refreshPositions();
                    });
0

There are 0 best solutions below