View "list" and dragging list items

If I set drag: ‘order’ and layout: ‘x’, which event is supposed to fire if the user drags list items into a different order? I tried all the obvious ones such as onAfterDrop, onAfterSort etc but nothing seems to fire?

There’s a special event for the “order” mode. Please check the onAfterDropOrder.

Thank you! That event is not documented in the API doc on your website (http://docs.webix.com/api__refs__ui.list.html)

Will be fixed, thank you for pointing this out!

and thank you for the prompt reply !