Search found 157 matches

Hi Maxim, Thank you for the reply. Yes, that's correct. Its only the task name column cells which become blank after a certain point. I'd be happy to try and replicate on your React demo, after I finish another priority. In the meantime, are there any workarounds I could try to at least get the symp...

Hi Mats,
I confirmed that the server side version is still the latest at 0.0.2.
The client side is 5.2.1, so it would have the PDF improvements from 5.2.0.
It also fails with 'enableDirectRendering' set to false.

Thanks,
Ben

Hi Bryntum, I hope this finds you well :) I've been thoroughly debugging why a customer's gantt PDF export will show the task names beyond a certain row as blank. Its actually an intermittent issue, fails 3 out of 4 tries. I was curious and tried adding a 5 second wait 'onBeforePdfExport', but the r...
I saw in the docs that apparently @babel/plugin-transform-runtime seriously degrades Bryntum API performance. https://www.bryntum.com/docs/gantt/guide/Gantt/integration/react/guide#create-react-app-cra We currently use this package, but we don't use CRA, so I'm not sure if the recommended solution o...
In react cell editors, is there a way to handle dismissal of the cell editor, like via pressing ESC? It seems like the Gantt doesn't call any function on the cell editor when this happens, so the cell editor can't dismiss a portal editor, resulting in it being stuck. Maybe just call a function calle...
Hi Tasnim, Thanks for creating the ticket. Unfortunately setting max to 20 causes the percentDone cell editor to also only allow values up to 20, which doesn't make sense for a percentage. We could workaround this with custom editor logic, but it adds a bit of complexity. I think it would be ideal f...
We have business logic where only regular tasks should have their progress changed, but certain tasks should not have a changeable progress (but ideally still show the progress value). Previously we achieved this by modifying Bryntum code, but we would like a better solution now that we use the Gant...

Hi Alex,

Kind of, but the issue with the HeaderMenus not dismissing is there. We are running on Gantt 5.1.5 on the upgrade branch now, and the issue still occurs.

Is there a change to the overrides that would fix this issue, or some alternative method of achieving this?

Hi Maxim,

Thanks, the override works well.

However, there is one issue we noticed - it seems to make HeaderMenus impossible to dismiss. TaskMenus are not affected. It seems to be specifically the DomHelperOverride causing this. Obviously though that override is needed.