Search found 40 matches

Since I'm not having a tree grid but rather a normal grid I don't think this is available on the grid instance, right? In your examples you have features.group=true without using a tree, which works fine (apart from this little problem). So my questions is, is it possible to user features.group=&quo...

Ok, but how do I get the grid (or GridBase) from the scheduler instance? I can find subGrids but calling collapse/expand on those only seem to expand the entire resource-"area" OR the events-"area". I can't call collapse/expand on the scheduler instance itself either.

Hi!

Is there any way of collapsing/expanding resource groups programatically? (Scheduler PRO)

bryntum_collapse.PNG
bryntum_collapse.PNG (50.14 KiB) Viewed 615 times

Now it works! Thanks!

Nope, it doesn't work :(

Can you please fix so that a SchedulerPro license holder can post in the Scheduler thread?

Works like a charm! Thanks Saki!

In the latest Gantt and SchedulerPro umd files the following code is present: // HACK: terser/obfuscator doesn't yet support async generators, when processing code it converts async generator to regular async // function. /** * Pages generator. Value should be string with exported HTML * @param {Obj...
We had a very similar problem when we implemented Scheduler for ExtJs 6.5.3 Modern. We had to use existing ExtJs-stores and get them working with Bryntum. Our way of handling it was to create mediators between ExtJs-stores and Bryntum stores. So basically everytime we load/update/etc a store in ExtJ...
In VerticalEventMapper.renderer() there seems to be an issue with bottomDate being null: if (!DateHelper.isEqual(topDate, me.topDate) || !DateHelper.isEqual(bottomDate, me.bottomDate)) { // Calculated values used by `renderResource()` me.topDate = topDate; me.bottomDate = bottomDate; me.topDateMS = ...