support
support copied to clipboard
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...
[Forum post](https://forum.bryntum.com/viewtopic.php?p=145117#p145117) 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...
Requested here: https://forum.bryntum.com/viewtopic.php?t=28783 Write docs for `TimelineHistogram`: - `getBarTextRenderData` config (and `getRectConfig` too ..it's similar but handles `RECT` tags). - `scalePoints` config on the class (on the `ScaleColumn` and record...
[Forum post](https://forum.bryntum.com/viewtopic.php?f=44&t=28844&p=145198#p145198) https://bryntum.com/products/scheduler-next/examples/backlog/ https://github.com/bryntum/support/assets/75997756/dc7aa399-107a-4034-aea3-7611c528239f callStack ``` shared.module.js?475422:10 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'range') at shared.module.js?475422:10:3170 at Array.forEach () at _BryntumCodeEditor.collapseBoilerplate (shared.module.js?475422:10:3062) at _BryntumCodeEditor.loadCode (shared.module.js?475422:10:2516) at...
[Forum post](https://forum.bryntum.com/viewtopic.php?f=54&t=28662&p=144144#p144144) "Hello Bryntum Support and Community, I've encountered an issue in the Bryntum Calendar while working in month view mode. Specifically, when I configure the calendar with autoRowHeight: true...
[Forum post](https://forum.bryntum.com/viewtopic.php?f=43&t=28847&p=145183#p145183) "When moving a column to a sub grid region its width is not adjusted. Video: https://www.loom.com/share/00e26c90117645648bcb317abc36fc35" The demo in the video is this one https://bryntum.com/products/grid/examples/features/
Should not use Object, instead a ProVerticalLayoutConfig etc `layoutFn(events, resourceRecord, scheduler)`
[Forum post](https://forum.bryntum.com/viewtopic.php?f=52&t=28530&p=144231#p144231) "Hi, I am trying to build aspnet/aspnetcore projects from examples. Using version gantt-5.6.8. I have followed steps from ReadMe. Got the following error at stage "npm run build"....
[Forum post](https://forum.bryntum.com/viewtopic.php?f=52&t=28838&p=145132#p145132) If I create a task with CellEdit when passing a function to Gantt's newTaskDefault, the task is not created correctly. CellEdit's doAddNewAtEnd function implementation does not consider that...