Currently, when items are reordered or moved from one ListBox to another, the items are present in the dataSource, but not in the position they are displayed. I know about the following solutions:
- https://www.telerik.com/kendo-jquery-ui/documentation/knowledge-base/list-box-reordering-not-working
and - https://dojo.telerik.com/gDwkisQr
However, I would like to have a built-in method for retrieving the items in the order they are displayed.