support icon indicating copy to clipboard operation
support copied to clipboard

LockRows feature does not support Group feature

Open matsbryntse opened this issue 10 months ago • 0 comments

Forum post

Hi there

I hope that you are well.

I am trying to combine two features:

The shared crud manager: https://bryntum.com/products/scheduler/examples/shared-crudmanager/ The grouping: https://bryntum.com/products/scheduler/examples/grouping/

Most of it works but here is an issue:

How do I programmatically at run-time group the bottom scheduler above?

This does not work:

bryntum.queryAll('scheduler')[1].features.group = 'city'

How do I disable the grouping?

To get the grouping to work, I add the grouping in the config in the editor. Then the grouping works but I cannot disable it.

This does not work:

bryntum.queryAll('scheduler')[1].features.group = { disabled: true }

And, not surprisingly I do not have the "Stop grouping" in the menu because it comes from the top scheduler. Compare the screenshots.

Screenshot 2024-04-26 at 07.08.41.png

Screenshot 2024-04-26 at 06.58.32.png Screenshot 2024-04-26 at 07.08.41.png Screenshot 2024-04-26 at 06.58.32.png

matsbryntse avatar Apr 26 '24 05:04 matsbryntse