Search found 6522 matches

Thanks for all details, we will check all, one moment

In browser, it is working fine getting issues only in App

What's the App?

Btw, there is a cursor on the video. do you use connected devices on your iPad?

Hi,

Just tested on iOS 17.4.1 using our online demo, I see no problems at all.
What browser, version, OS version? Try in incognito mode?

As an option, you could subscribe on cell edit event and catch the moment of lag change. We have guide here https://bryntum.com/products/gantt/docs/guide/Gantt/customization/taskedit You can find names for all default fields. event docs https://bryntum.com/products/gantt/docs/api/Gantt/feature/CellE...

Or better this

.b-grid-row:has(.b-timeaxis-cell:not(:empty)) {
    z-index: 8;
}

Yes, that worked for timeRanges and not for resourceTimeRange.
For second one pls try to add this rule

.b-timeaxissubgrid .b-grid-row {
    z-index: 8;
}
you mean by running npm install @bryntum/schedulerpro , I should expect to see the /examples/embedded-chart/ folder in node_modules? No, you need to download sources in CustomerZone, in the folder I mentioned you will find JS code and index.html that you need to open using your local server. It's v...
Hi The thing is that our application with the Gantt component is integrated to the Microsoft Dynamics CRM Online. We need to test it better in this kind of environment, looks like it has own restrictions. the CRM online starts to load its components which also use "globalThis" object and &...
Hi, You could try to change https://bryntum.com/products/calendar/docs/api/Calendar/widget/WeekView#config-increment to smaller value and allow to move event in smaller step. Another option is to change https://bryntum.com/products/calendar/docs/api/Calendar/widget/WeekView#property-increment at run...

Hi,

2 ways: Edit Dependency dialog (dbl click on dependency line) and TaskEdit dialog.