Last Updated:
08 Nov 2019 08:38
by ADMIN
Kendo Scheduler should be able to select previously selected events after dataSource.read() is called.
Currently, the method that selects the events after DataSource.read() depends on the events' uids. However, upon data binding, new event elements are created, with different uids. Therefore the corresponding event is not selected.