Search found 1189 matches

Hi! You could add you cls name to timerange data and setup css accordingly. https://www.bryntum.com/docs/scheduler/#Scheduler/model/TimeSpan#field-cls data.json "timeRanges" : { "rows" : [ { "id" : 1, "name" : "Morning coffee", "cls" : &quo...
Hi! If you check angular examples folder in zip package you will see those examples all use Scheduler class but not SchedulerPro in wrapper. Please see here how wrapper is expected to be used. https://www.bryntum.com/docs/scheduler-pro/#guides/integration/angular.md If you switch to non umd bundle i...
Hi, methode! Issue has been fixed today. It is related to using this code in Angular application, which replaced native Promise class so our code works incorrectly. This code in src/main.ts // Moved from polyfills.ts to main.ts for proper support of UMD bundle which contains polyfills. // Revert thi...

Hi, Leonardo!

Yes it was old config. eventModelClass does nothing. It was removed from demo already so you could do the same in your code.
Will be available in next nightly build.

Hi, leonardo! Thanks you for the detailed info. I've checked and found we have missed eventStore config inside crudManager . Please put it to src/app/schedulerConfig.ts and try demo again. crudManager : { autoLoad : true, eventStore : { modelClass : TaskModel }, transport : { load : { url : 'assets/...
Hi! Please check if you set appropriate startDate and endDate to show loaded events. Your attached data has events scheduled for 2017-02-07 but Scheduler has startDate = {new Date(2020, 4, 17, 8)} Also check these docs for loading data and check your data format. https://www.bryntum.com/docs/schedul...
Hi! You could configure https://www.bryntum.com/docs/scheduler/#Scheduler/feature/EventResize#config-tip for EventResize and https://www.bryntum.com/docs/scheduler/#Scheduler/feature/EventDrag#config-dragTipTemplate for EventDrag features to show your data in it. See how template could be configured...
Hi. Alan.

We have this on road map for Q2 this year.

Please note we're also available for Professional Services: https://www.bryntum.com/services