Search found 6522 matches

Hi freePlusxx01, I checked the CSS that Maxim provided before and it does work with your example. The easiest way I've found is to add the next CSS: .b-calendar { height: 600px; } And a height will be applied. Also it might be helpful to check our examples: https://bryntum.com/examples/calendar/ All...

Hi sactory,

I guess you are using Windows, because of Ctrl button. What browser is this?

All best,
Alex

Hi krag, Could you please give us a link of documentation you relied on, we will check if it's correct. The way to disable any feature is featureName: false . CalendarDrag feature name in that config is drag (https://bryntum.com/docs/calendar/#Calendar/feature/CalendarDrag) To disable it, use this c...

Hi karg,

This is a bug, here is a ticket: https://github.com/bryntum/support/issues/1237
Thanks for your report!

All best,
Alex

Hi, karg

e.type should contain the event name.
We created a feature request to add a new event for Calendar to track all changes of visible dates. https://github.com/bryntum/support/issues/1234

All best,
Alex

Hi sactory, For big data please try this code: onChange({ value }) { scheduler.eventStore.forEach(task => { if (value !== '' && task.name.toLowerCase().includes(value.toLowerCase())) { task.cls.add('b-match'); } else { task.cls.remove('b-match'); } }); scheduler.element.classList[value.lengt...

Hi fathi21,

I just downloaded our last released trial version of Calendar and checked our React demo in Chrome. All looks good to me. Could you please provide more information: try to reproduce the issue in our examples and/or attach the code you are using.

Thanks,
Alex

Hi, j.hemelaers,

Looks like a bug, here is a ticket: https://github.com/bryntum/support/issues/1228

Thanks,
Alex