Search found 2540 matches

There is a private function Sch.mixin.TimelinePanel.applyStartEndDatesFromStore which is needed to apply start/end dates if none of them were predefined. You can override it and add 5 months to the end date manually. span.end = Sch.util.Date.add(span.end, Sch.util.Date.MONTH, 5); I've created a tick...
Hello.
I've checked within the latest one FF 53.0.3 (64-bit). Works fine.
Try to update to the latest one and let us know please if the problem is still there.
Thank you.
We do nothing with this functionality. It's fully on sencha's side. I've tested with sencha code and it looks like it doesn't support collapsed normal grid.
Hello,

It's ExtJS thing for sure.
We do nothing to set the picker position.

Also I cannot reproduce this on the latest version.

Let us know please if you can reproduce this issue with one of our samples https://bryntum.com/examples/gantt-late ... sink/#home
Hello! What do you mean by saying "add scrool to the left side of Gantt panel"? Do you mean right-to-left mode? https://bryntum.com/examples/gantt-latest/examples/rtl/ Or maybe you mean locked grid? Locked and normal grid have one scroll for both parts. By the way, overflowY is deprecated ...
I'm sorry, but 3.x is not under support any more. Try to upgrade to 4.x or 5.x versions.
Hello. Event Editor component is not so flexible. It's better to create your own forms and handle them manually. Here some info might help you: The event editor is a complex component which is built from 4 classes: Sch.plugin.EditorWindow - main plugin - represents the window which pops up; Sch.widg...
Hi. You have to adjust 'week' viewPreset according to your needs. Take Sch.preset.Manager.defaultPresets.week as a sample and set timeResolution increment to 15 and configure you scheduler viewPreset with this object. ... viewPreset : { timeRowHeight : 40, displayDateFormat : 'G:i', shiftIncrement :...
Then I need your test case to investigate the issue. Could you please post it here? And provide the export config which you are using to get the export please.
What is your "Control pagination" config value?
Have you tried this sample:
https://dev.bryntum.com/examples/schedul ... es/export/
Does it have the same result?

If you want to have one page try "Single page" value for Control pagination config.