Search found 6519 matches

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....
resourceUtilization.store is not ResourceStore, so no need to chain or re-define it, it's only for displaying data and not existed in ProjectModel. But it also has different models and it requires special filter. Here is demo code to show difference scheduler.store.filter(record => record.name === ...
Hi, Depends on what is the goal. Try this event https://bryntum.com/products/gantt/docs/api/Gantt/feature/Dependencies#event-beforeDependencyCreateFinalize All the list you can find here https://bryntum.com/products/gantt/docs/api/Gantt/feature/Dependencies#events I mentioned that, you need to overr...

Hi lakshmi p,

You posted on Ext JS forum. Are we talking about ExtJS combobox?