Search found 26 matches

Hi, I observed the following problem: Having two tasks which are linked via start-to-start dependency. The predecessor starts on Monday while the weekend is non-working time. Therefore the successor starts also on Monday and the dependency is drawn over the weekend. In addition I specified taskNonWo...

Additional observation:
Due to

cellEdit: {
  blurAction: 'cancel'
}

it's not possible to change other fields like the name for example.

I have the following Gantt configuration: columns: { type : 'startdate', editor: new StartDateField({required: true}), instantUpdate: false }, features: cellEdit: { blurAction: 'cancel' } My expectation: Start date field in the start date column is mandatory. If I remove the start date or enter an i...
Hi again, I have the following problem: Having set cellEdit: {blurAction: 'cancel'} and startDateField set as required and moreover set the startDateColumn to instantUpdate: false . This combination causes, that a value set in the column cell is not set on the task anymore. Inline editing has no eff...

Yes, I am using the Angular example and it was a configuration/initialization problem.
Read-only mode works ow as expected.

Thanks for this hint!

Hi, I want to set the Gantt (and the task editor) to read-only. According to the docs I just need to set the readOnly config-property of the Gantt to true: const ganttConfig = { dependencyIdField : 'wbsCode', readOnly: true, project : { ... } ... } But when I start the Gantt, it is still editable, i...

Hi,
so there is no way to reset to last valid value just by clicking in another field?

Example:
Start date is required. I remove the current start date value and click into the finish date field.
=> My expectation: Start date is reset to last valid value.

Thanks.

Attached a video showing the described problem.
Hope, it helps to clarify how to reproduce it.

Hi,

thanks for the hint. This works fine.

Does something similar exist for the task editor?
This means, reset to the last valid value when clicking in another field within the editor?

Thanks in advance!