Search found 2087 matches

It seems that the problem is in your implementation of getFieldFilterPickerConfig function. See please our examples what this function is expected to do and to return. I suppose that you want the setup similar to https://bryntum.com/products/grid/examples/fieldfilters/ but your demo behaves differen...

Hello Kirsten. This is apparently a bug so I've created an issue here: https://github.com/bryntum/support/issues/8800

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 15 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.