there is a bug when trying to use canSelectEvents on a Timeline that uses a Datasource
you can try it on you show case
https://www.smartclient.com/smartcli...aboundTimeline
just add the canSelectEvetns:true
and you will get the following error
you can try it on you show case
https://www.smartclient.com/smartcli...aboundTimeline
just add the canSelectEvetns:true
and you will get the following error
Code:
ISC_Core.js:4046 Uncaught TypeError: Cannot read property 'getNewSelection' of undefined at _3.isc_Canvas_createSelectionModel [as createSelectionModel] (ISC_Core.js:4046) at _3.isc_Calendar_initWidget [as initWidget] (ISC_Calendar.js:440) at _3.isc_Canvas_init [as init] (ISC_Core.js:2567) at _3.isc_Class_completeCreation [as completeCreation] (ISC_Core.js:361) at _3.isc_c_Class_create (ISC_Core.js:246)
Comment