Search found 53 matches

We previously tried that and were unsuccessful, see discussion https://forum.bryntum.com/viewtopic.php?f=52&t=12461&p=65963#p65963 and bug tracker https://app.assembla.com/spaces/bryntum/support/tickets/9393-impossible-to-override-dependency-fields-in-gantt Has this since been resolved? Thanks
Hello, We have a Gantt taskstore that loads data from a BE. We'd like the keys to be transformed from snake_case into camelCase. In Ext Gantt we've solved it using a transform config on the ProxyStore. https://docs.sencha.com/extjs/6.5.3/modern/Ext.data.reader.Reader.html#cfg-transform Can we do som...
Did you try it? This code produces the error. <html lang="en"> <head> <meta charset="utf-8"/> <script type="module" src="https://www.bryntum.com/examples/build/gantt.module.js"></script> <link rel="stylesheet" type="text/css" href="htt...

Thanks, your first solution worked.

If I simply pass a height and no additional styling to the Timeline (like height: '6em') I get the "Grid element not sized correctly" error.

And our second problem of ignored barMargins was solved by removing the resourceMargin: 5 from the gantt configuration.

The problem was that the new version of gantt resizes rows with em, meaning our custom font size overrode the row height...... Adding a css rule to unset our font size for .b-gantt-task-wrap fixed the problem for us.

<html lang="en"> <head> <meta charset="utf-8"/> <script type="module" src="https://www.bryntum.com/examples/build/gantt.module.js"></script> <link rel="stylesheet" type="text/css" href="https://www.bryntum.com/examples/build/gantt.cla...
Hello, We have some issues configuring the height through the config of a Timeline widget in Schedulerpro. Luckily the default height of 13em looks OK. Setting a different height would yield a 'Grid element not sized correctly, please check your CSS styles and review how you size the widget; and the...