Search found 9 matches

Yes, https://examples.sencha.com/extjs/6.5.1 ... array-grid does scroll right/left correctly on Firefox Mobile.
I am searching for a replacement for your old Scheduler for Sencha Touch. I found that your Scheduler also works with ExtJS Modern, but I cannot scroll horizontally using my finger in the extjs-modern example on my Android 8.1 phone Nokia 5 with Firefox 61.0.2. Will the scheduler support the old lef...
The top header is set: https://imgur.com/NXxCBpF But depending on view preset and timeline, the header can be moved out of visible area: https://i.imgur.com/la2D7ur.png Is it possible to have the header always visible, by fixing it in the leftmost position if the cell area is wide enough? Like this:...
That's a neat workaround.

I hope you don't mind me borrowing it for our internal use.
I just started to document my code using JSDuck, and unlike Sencha, who references only inside its own documentation, you link to the used base classes outside your own docs. I have searched the net and only found two tickets which are still open and "nice to have". So, how do you achieve ...
Hello, I am digging my way into your Siesta 3.1.0 Lite testing tool to use it for our Scheduler-4.0beta1-based application. I am now trying to automate the drag-create test. I found your 011_dragcreator.t.js test sample, but trying to adapt, I find that I don't understand why and where you did what ...
OK, do you have a link for me? I didn't find one on your website.
I downloaded the latest version of siesta lite from your homepage today and set it up. Now, from the very first minute, Siesta shows me "New update available" in the top right corner. If I click it, Siesta opens a window containing: New version available for download! Current version: 3.1....
Hello Bryntum team, in Scheduler 2.5.8, I had the following afterrender listener working on the SchedulerGrid: listeners:{ afterrender:function(cmp) { cmp.scrollToDateCentered(today); } } You can try for yourself that this does not work in Scheduler 4.0.0 beta 1. Just add this code snippet to your s...