Search found 45 matches

Thank you, Animal. That is worth a try!

Is there a way to update viewPreset, and at the same time set the scrolled-to start date so that it only generates one horizontalscroll event? Right now we're updating the view Preset, and then scrolling soon afterwards, this generates a few horizontalscroll events, and we use the scroll position pr...

Hi, we'd like to redraws an event bar as it's being dragged. In a previous version of bryntum the render method ran after every drag. But in 4.1.4 it doesn't. This is probably more optimized behavior, but we still need to rerender, so if we could trigger it manually that might help.
Thanks in advance

It does seem to work in the latest release! Thanks

Thanks for the reply!
We will retest after both those bugs are fixed. For what it's worth I also waited a while to verify the memory didn't decrease with normal garbage collection.

Hi all, We are seeing the memory usage grow when we create and destroy the scheduler as a result of navigation in an Angular app. We are also affected by https://github.com/bryntum/support/issues/2575, and https://github.com/bryntum/support/issues/2573, but just for thoroughness I tried creating/des...
Hi all, We have an app that updates the resources fairly frequently. We'd also like to introduce filtering which happens even more frequently, as a result of scrolling horizontally. Right now we're just doing the filtering by updating the resources each time. It doesn't give the best visual experien...
We're running into some issues with protractor, and I was curious if anyone had run into this and solved it already: We'd like to scroll the scheduler in our automation tests. Since the scroll bar is not actually scrolling the same container as the scheduler, a lot of protractor's built-in tools for...
Thanks for all your help so far. I have what I hope isn't a stupid question. What's the correct way to provide a custom event store? I'm trying to turn on syncDataOnLoad. Here's what I've done config.eventStore = new EventStore({ syncDataOnLoad: true }); const engine = (this.schedulerEngine = new Sc...
Sorry if I missed this in the docs somewhere, I'm trying to adjust the scroll position when rows above the first visible row are removed or added, to effectively pin the top row regardless of what happens above it. To do this I need to get the first visible element. I've been using the scheduler pro...