Search found 3102 matches
- Thu Feb 25, 2021 10:51 am
- Forum: Ext Scheduler + Ext Gantt 6.x
- Topic: Invalid dates after editing finish-to-finish predecessor task
- Replies: 2
- Views: 10
- Thu Feb 25, 2021 10:08 am
- Forum: Bryntum Gantt
- Topic: How can we handle both comma and dot as decimal separator in effort column ?
- Replies: 3
- Views: 11
Re: How can we handle both comma and dot as decimal separator in effort column ?
You can override DateHelper.parseDuration function to replace comma with dot in the first match
magnitude = parseNumber(match[1]?.replace(',', '.')),
- Wed Feb 24, 2021 7:51 pm
- Forum: Bryntum Scheduler
- Topic: [REACT] Customize a custom editor by resource
- Replies: 1
- Views: 4
Re: [REACT] Customize a custom editor by resource
Using eventType is not a good approach. We have a ticket to deprecate it. https://github.com/bryntum/support/issues/2009 Please add a change listener on the resource field and update visibility of the fields your want. For example, you can try this code in Basic demo: const scheduler = new Scheduler...
- Wed Feb 24, 2021 6:59 pm
- Forum: Bryntum Gantt
- Topic: How can we handle both comma and dot as decimal separator in effort column ?
- Replies: 3
- Views: 11
Re: How can we handle both comma and dot as decimal separator in effort column ?
Thank you for the report, ticket here: https://github.com/bryntum/support/issues/2460
- Wed Feb 24, 2021 10:14 am
- Forum: Calendar 2.x
- Topic: Run Calendar failed with Ext JS 6.7.0
- Replies: 5
- Views: 43
Re: Run Calendar failed with Ext JS 6.7.0
Where is bryntum-scheduler in your configuration? As I said above you need to include bryntum-scheduler, calendar-thin, taskboard-thin. Please use debug versions until it starts working for you, otherwise error messages are not clear. When everything works, just remove"-debug" and it should work the...
- Mon Feb 22, 2021 12:04 pm
- Forum: Calendar 2.x
- Topic: Run Calendar failed with Ext JS 6.7.0
- Replies: 5
- Views: 43
Re: Run Calendar failed with Ext JS 6.7.0
I only have Calendar 2.0.6 and TaskBoard 2.0.25. How can I get Scheduler 6.1.1? You need to buy a license and download the product from customer zone. Could you tell how to include full Scheduler bundle, thin Calendar bundle, and thin TaskBoard bundle in release environment, not debug environment. ...
- Mon Feb 22, 2021 10:49 am
- Forum: Calendar 2.x
- Topic: Run Calendar failed with Ext JS 6.7.0
- Replies: 5
- Views: 43
Re: Run Calendar failed with Ext JS 6.7.0
Hello, Please do not attach xlsx files for hosting text and pictures. You can upload pictures here, and paste errors as plain text and wrap it in a [ CODE ][ /CODE ] block. Based on the screenshot you attached to the excel file, I see you're trying to use Calendar and TaskBoard together. I see you i...
- Fri Feb 19, 2021 6:43 pm
- Forum: Bryntum Gantt
- Topic: [REACT] How to delete multiple row in task editor
- Replies: 2
- Views: 20
Re: [REACT] How to delete multiple row in task editor
You can use selectionMode row and checkbox selectionMode : { row : true, checkbox : true }, Then remove selected records from the store. https://www.bryntum.com/docs/gantt/#Core/data/Store#function-remove https://www.bryntum.com/docs/gantt/#Grid/view/Grid#property-selectedRecords You can open our de...
- Fri Feb 19, 2021 5:16 pm
- Forum: Bryntum Gantt
- Topic: [ANGULAR] - Can we update only changes from the new complete JSON?
- Replies: 5
- Views: 82
Re: [ANGULAR] - Can we update only changes from the new complete JSON?
We will fix that. Thank for pointing out!
- Fri Feb 19, 2021 9:47 am
- Forum: Bryntum Grid
- Topic: [Resolved] Gantt with time fields not working end to end
- Replies: 6
- Views: 40
Re: Gantt with time fields not working end to end
We will add it as a new demo. Ticket here: https://github.com/bryntum/support/issues/2417