Search found 2540 matches

Hello, To create 2 widgets that share data, please create 2 separate stores and pass records of the first store as a dataset of the second store. For example: let combo1 = new Combo({ appendTo : document.body, store : new Store({ data : [ { id : 1, name : 'ABBA', country : 'Sweden' }, { id : 2, name...
Please remove `node_modules` folder and our libraries and provide instructions of how get your project running mentioning version of scheduler you use.
Please check out our TimeRanges demo to see how it should work. If you still experience any problems in creating time ranges in your application please clearly describe your issue and provide a solid runnable testcase which shows the problem. Thanks!
That's definitely an application issue. Providing custom implementation for client's applications is not a part of the forum support. We can offer our Professional Services to help you to deal with your styling issues. Please check out details here: https://www.bryntum.com/services/ If you're intere...
If you still need help with this issue please create a solid runnable testcase and attach zip here, so we can have a context to look at. Thanks!
Hello, The time line is not getting adjusted automatically. Need to subscribe on the store update and process it manually. Please try in console setTimeSpan : span = Ext.first('ganttpanel').taskStore.getTotalTimeSpan(); Ext.first('ganttpanel').setTimeSpan(span.start, span.end); or alternative zoomTo...
It's not supported out of the box. I've created a feature request: https://app.assembla.com/spaces/bryntum/tickets/8757-support-click-event-as-a-trigger-for-context-menus/details Meanwhile you can subclass EventContextMenu feature and extend it a bit. Please try the following code in our Basic demo ...
I've reopened the ticket to investigate: https://app.assembla.com/spaces/bryntum/tickets/8564-gantt-normal-grid-gets-shrunk-when-using-the-splitter/details Just to collect some more information, can you see the same in any of our demos (not docs)? Can you see the same in your application? What brows...
Hello Stephan,

Could you please provide some instructions of how we can reproduce the same issue with one of our shipped examples? Or please attach a runnable testcase that shows your issue.

Best,
Pavel