Search found 2085 matches

Not out-of-the-box, however, it should be easy to implement. You would add Zoom In menu item and in its handler you would both zoomed-in and scrolled to the desired date.

Errors are shown by https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-errorTip and there is no documented way to disable that.

However, you can alleviate the situation by setting validateOnIput : false.

I see at least 2 problems here: using of features object must not be used in Vue. See please: https://bryntum.com/products/scheduler/docs/guide/Scheduler/integration/vue/guide#features you set read-only property https://bryntum.com/products/scheduler/docs/api/Core/widget/Container#property-widgetMap...

Could you post a runnable showcase? Or steps to modify one of our demos to trigger the error?

Yes, you are right.

Are there any special steps to reproduce? I've tried Gantt in Salesforce app on iPad and couldn't trigger the issue:

RPReplay_Final1710232050.mov
(3.34 MiB) Downloaded 12 times
Calling https://bryntum.com/products/scheduler/docs/api/Scheduler/view/mixin/TimelineZoomable#function-zoomTo should preserve the center date. Otherwise you can listen to https://bryntum.com/products/scheduler/docs/api/Scheduler/view/mixin/TimelineViewPresets#event-presetChange and call https://bryn...

I have created an issue here: https://github.com/bryntum/support/issues/8783 It might be a bug but, strictly speaking, in 2nd case, the logic tries to fulfill the request: End after 2 repeats. Anyway, we will investigate whether this is an expected behavior.

The stores, eventStore, resourceStore or any other store are not supposed to be accessed by ref . Vue usually wraps the passed object in JavaScript proxy which can cause unexpected problems. User ref only to get the reference to a higher level component (scheduler, gantt, etc) and then access its st...
Another option would be to import Bryntum stylesheets globally but it's same. The calendar stylesheet just must be global because the component does not go through the Angular encapsulation logic. If your application cannot use None as a view encapsulation then you can wrap the calendar in another A...