Search found 284 matches

It's not a bug so I've closed the ticket. Copying explanation here If I understand the scenario correctly: we add a dependency (we do not save changes to the server) remove the dependency And at this point we try to save changes to the server. But there aren't any. After you added a record the stor...

Hi,

Is there a way to split the npm package to get each file less than 1 Mb? We have tried with Webpack but consistently it is generating a 2 MB file.

Any help/guidance to achieve this is really appreciated!

Thanks!

If you want to disable the checkbox when the feature is disabled https://bryntum.com/products/gantt/docs/api/Gantt/feature/CellEdit#event-disable You could try this cellEdit : { listeners : { disable(event) { const { source : { owner } } = event; owner.widgetMap.tbar.widgetMap.featuresButton.menu.w...
The application was not written (and no applications CAN be written) to protect itself c ompletely from people poking things using the debugger. You could use scheduler.store = null , and yes, that might..... do things. What application issue are you implementing for your project which uses Gantt? ...
tasnim wrote: Wed Jun 07, 2023 9:45 am

Hi,

Disabling features that feature doesn't disable the checkbox. The checkbox is also used to toggle that feature.

What are your expectations on disabling features?

I got your point, I was expecting the checkbox to be disabled along with feature disable

Hi, What version are you using? I'm not able to reproduce it here https://bryntum.com/products/gantt/examples/basic/ Could you please provide the steps to reproduce it? I have disabled the cellEdit feature, isn't it should be disabled in the features menu too? Screenshot 2023-06-07 at 11.08.33 AM.p...
Hi, What version are you using? I'm not able to reproduce it here https://bryntum.com/products/gantt/examples/basic/ Could you please provide the steps to reproduce it? I have disabled the cellEdit feature, isn't it should be disabled in the features menu too? Screenshot 2023-06-07 at 11.08.33 AM.p...
Hi, In an advanced Gantt example, I am trying to disable the feature using the below code in the console and it is not working gantt.features.cellEdit.disabled= true But disabling the feature in the code as shown below works { text: 'Enable cell editing', feature: 'cellEdit', checked: true, disabled...

Hi,

For data-related changes State Tracking Manager(STM) is used in Gantt, is there something similar to figure out any view-related changes? So the use case is if the user changes the width of the column or makes changes in view that are not related to data can we track it?

Thanks!!

Hi,

I am trying to check/uncheck togglebox https://bryntum.com/products/gantt/docs/api/Core/widget/SlideToggle#config-style programmatically using the checked property but it's not reflecting. Is there any other property need to set to make it work?

Thanks!!