An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
Is it possible to display ResourceTimeRange "on top of" an Event without changing the order of precedence of the canvases?
The way the DOM is created for each of the layers (resourceTimeRange, event, etc), it doesn't seem possible to override the layering for just one element, since it's defined at the canvas layer.
Forum post
Hi team,
Is it possible to display ResourceTimeRange "on top of" an Event without changing the order of precedence of the canvases?
The way the DOM is created for each of the layers (resourceTimeRange, event, etc), it doesn't seem possible to override the layering for just one element, since it's defined at the canvas layer.
I see that there is a demo for changing the z-indexes of the canvases, but this is not the behavior were looking for: https://bryntum.com/products/schedulerpro/examples-scheduler/layers
Let me know if you have a configuration or workaround. Thanks!