Search found 6519 matches

Hi,

Did you add activity field to your data model? You don't need to use type widget to use editor, just omit type and specify renderer for a column if required to show displayValue instead of id. https://bryntum.com/products/gantt/docs/api/Grid/column/Column#config-renderer

Hi,

Apologies for long waiting. I informed PM, we will do all required to finish it ASAP.

Hi,
You can apply filters to data, it will be applied on UI level.
We have a demo here https://bryntum.com/products/gantt/examples/fieldfilters/
Please have a look

Screenshot 2024-04-09 at 12.32.51.png
Screenshot 2024-04-09 at 12.32.51.png (683.93 KiB) Viewed 160 times
Hi, To be sure we need to see the code and reproduce the issue. I have no idea and you didn't provide any new information since your initial post, I am not sure what else to say to go forward here. The change that made in the ticket you mentioned - we added this code Core/lib/Core/localization/Local...

Hi,

In this case you need to follow Tasnim's recommendations, prepare data for your combo in format you want before set to store.
What's the problem with that? Would be great to see your code to go forward, hard to say anything meaningful by the gif, I am afraid.

Hi, If there is a constraint type startnoearlierthan then LAG is not working and if constraint type is none then task can not move backward/forward Yes. this sound logical and consistent. As in your examples, while moving task, constraint type automatically set to startnoearlierthan, is there any wa...

Try to add this style and remove all you z-index customizations

.b-sch-nonworkingtime-canvas {
  z-index: 0;
}

Might that be that you loaded empty locale after initial load and overwrote initial locale?

Hi dmitrypromx, I don't see any relative changes in the changelogs. I also can't reproduce this in our demos, it always has localization since En is built-in. That's why I requested a demo. Possibly you used some specific way to localize or load scripts which worked somehow before some changes. Very...