Search found 2540 matches

Hello, There are 3 options to achieve what you want: 1. You can check the sources of PercentDone mixin and take it as a base to implement Engine calculation for your custom fields. 2. Wait a bit for the next scheduler/gantt releases and use AgggregateColumn widget. https://app.assembla.com/spaces/br...
Hello, You can specify ref on you checkbox field and then access it in the handler via widgetMap Please change examples/eventeditor/app.js demo to see how it works: listeners : { beforeEventEditShow({ eventRecord, editor, eventEdit }) { editor.title = `Edit ${eventRecord.eventType || ''}`; console.l...
if i can show the arrow tip anchored to the related event, everything will be fine.
You want anchor to be shown but in you code I see "anchor: true" commented out. Why? Did I miss something?
Please try to narrow it down. To be able to help you we need to have clear steps to reproduce the issue. Thanks!
Another thing is once i double click to start editing I see a white cell, even after selecting a new one, before "finishCellEdit" fires it keeps white, it's maybe because the cell is associated with "vehicleId" and I'm rendering "vehicleName" or i'ts the expected behav...
Please create new threads for new questions
We hope to have it later this year, but I cannot tell you when exactly it's going to be. We're releasing 2.3 this week, then few more patch releases. And only then 2.4.
By the way, any info about the next release: when it is planned the be launched?
Replied here: viewtopic.php?f=1&t=12559&p=66034#p66034
Please see timeResolution config on view presets registered in PresetManager . This is how scheduler knows the minimal step to drag your tasks with. To achieve what you want need to configure all timeResolution in all view presets to match bottom header. timeResolution : { // Dates will be snapped t...