support
support copied to clipboard
LockRows feature does not support Group feature
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.