Search found 6522 matches

Hi,

Yes, you need to add tree: true into your store config, in case you used store instance for your widget.
We could have a look at the code, if you' prepare a test case and steps how to run it and reproduce the issue.

Ok, I see. Did you try to change z-index for your custom class and for the container that you used to render your chart?

Hi,

I tested nonWorkingTime with our demo and I do not see that problem. Are you able to reproduce that in our demo? We need a runnable test case to conform a bug.

Screenshot is attached.

Screenshot 2024-04-08 at 13.30.01.png
Screenshot 2024-04-08 at 13.30.01.png (658.67 KiB) Viewed 246 times

Hi,

You can extend column or add same column, if you prefer. I didn't get the whole idea what is the result you want to achieve. If you explain it with pictures it might help to advice you better.

Hi,

ShadowDom is not supported. We use global styles in the code. So yo use our theme/styles you could put them in global styles.css or use ViewEncapsulation.None.

Hi, I tried with collapsible panels, also I added timeout for data loading and throttling. It is still working well. Could you please try to reproduce this using our demo? Just create an app based on our demo and share the code with us? I am out of ideas what else we can do to confirm this bug, plea...
Hi, You can create non-continuous timeaxis and use any ticks you need. Demo https://bryntum.com/products/scheduler/examples/timeaxis/ You need to change default presets to your own set for both instances. See https://bryntum.com/products/scheduler/docs/api/Scheduler/preset/PresetManager and demo htt...
Hi, Why don't merge data as it should be and apply to one store before open editor? Use https://bryntum.com/products/gantt/docs/api/Gantt/feature/CellEdit#event-beforeCellEditStart and check if user is about to open editor for target column, prepare data for store and apply to editor's store. Or, yo...
Hi, We do not use these test frameworks because we have own https://bryntum.com/products/siesta/ , so we can't be really helpful in that area, better to ask how to emulate drag-n-drop using Jest on Jest forums. Sorry about that, it's a bit out of our expertise. Regarding to verification, you can sim...
Ok, thanks. I will move topic to another forum. Please use vanilla forums next time to avoid confusion since you use both versions of our components. Best of all to see some code to understand in better. But as far as I got it, you just want to set valueField . Let's try to use some code to clarify....