Johan Isaksson

Results 16 comments of Johan Isaksson

Breaks since apps code is minified by Kinsta (other demos are not). Probably we should let it crash to be able to catch these things

Hi @minderm, The PR with the fix for this issue contains significant changes that are not suitable to include in a patch release. We would not usually port it to...

Broken in 5.6.x, but works in 6.0.0-alpha-2: https://bryntum.com/products/gantt-next/examples/calendars/

My vote is on removing the EventMode column, ManuallyScheduled is simpler and sufficient IMO

After initial set, syncDataOnLoad should ensure it does not come through that code path (setStoreData) - part of the issue seems to be that `syncDataOnLoad: true` gets lost somehow -...

With syncDataOnLoad set to `true` and other changes in 5.6.11 this is working for me. Will keep ticket open until it is relased a client has a chance to try

Client reports it seems to work now, will close ticket

Requires a larger refactoring of grid & gantt, to preferably not reuse elements etc, to make this feasible to implement

What we recommend in similar cases (not involving columns) is to `suspendRefresh()`, perform all operations, `resumeRefresh()`. That will lead to a single redraw on resume. But, columns change handling does...