Search found 6522 matches

You have all demos locally in sources you downloaded from CustomerZone. see /examples/embedded-chart/ folder. To add non-working, just set up calendar const scheduler = new SchedulerWithChart({ appendTo : 'container', startDate : new Date(2020, 3, 1), endDate : new Date(2020, 4, 1), // A Project hol...
Hi, Could you please try to upgrade version you used to latest released? We are not able to reproduce this problem on our side suing real iPad or emulated device. Please try to upgrade and if issue is not fixed, share more context: browser, version, OS version, device version, video with steps to re...

Hi,

It worked in our online demo. Make sure your chart isn't transparent itself. If no luck, please check in our demo and compare styles with yours.

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 344 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...