Search found 354 matches

Using 3.1.9 bryntum scheduler. scrollResourceIntoView highlights wrong resource. It highlights 2 row below than the expected row everytime.

Thanks, will try that.

Changed the profile pic, great 😎

It's been a very long time, can you at least provide a work around, if cannot be resolved soon!

If I have a column of resource store sorted, performing resourceStore.add(...), removes the sorter, is it possible that the originally applied sorter is not cleared and gets reapplied resourceStore: { fields: ['deviceNumber'], sorters: [{ field: 'deviceNumber', ascending: true }], modelClass: Device...
Consider I have a button, show/hide non-working days, under which I would change this.workingTime = { fromDay: 1, toDay: 8 }; To this.workingTime = { fromDay: 1, toDay: 6 }; and the Saturday and Sunday will be hidden if I toggle this Can I have something like, if I toggle the button, all the days wi...
I have many columns, do I need to write that for each column? Or is there a commonplace? Suppose I have column definitions like this.columns = [ { text: 'Number', field: 'number', type: 'number', width: 47, minWidth: 47, align: 'center', editor: this.isColumnsEditingAllowed, sortable: false, draggab...
For v3.1.9 The same way we have for cell tooltip renderer this.cellTooltipFeature = { // override tooltiprenderer method from bryntum API tooltipRenderer({ cellElement }) { ... ... Is it possible to implement a column header that way? Or the below way is the only one way? const _Column1 = new Toolti...

I have a case where the Bryntum Scheduler (3.1.9) is performing rescheduling on its own when that event's start date or end date lies in the time range period. Is such behavior expected?

Happy to know it's fixed.
Yes, you must update it 😎