Search found 793 matches

Something like this: eventRenderer({ eventRecord, resourceRecord, renderData }) { if (resourceRecord.isLinked) { if (eventRecord.id % 2 === 0) { renderData.wrapperStyle = 'display:none;'; } } return eventRecord.name; } Wont be very nice if you have overlapping events that are hidden, but otherwise i...
Hi, When grouping by an array field, it will create a kind of link to the original resource for the other instances of the same resource. Eg. the first Steve in group Consultants will be the actual record. The second Steve in group Development will be a link to it. The link does not hold any events ...
I can confirm that SchedulerPro does not handle single assignment well when passed already instantiated records. Have opened a ticket here https://github.com/bryntum/support/issues/8430 To work around it until it is fixed, could you pass raw data objects instead? Unless you are doing some advanced p...

Hi,

@v-paulrausch, I'll see if I can reproduce it and get back to you.

@anoop.francis, that sounds like a different issue. Please open a separate thread on that

Hi, The event layout of normal events (not milestones) is linked to the dates of the events, there is no built in way to take the text of them into account. Only the labels feature and milestones allow for measuring the text (or specifying the length in data / estimating it based on text length). Pe...

Both should work, I'd recommend direct update of the property for ease of use. It is fairly new, so please let us know if you run into any issues with it

I see the docs for selectionMode are short on info about that, we will remedy that (issue opened https://github.com/bryntum/support/issues/8402)

Hi, To show/hide the checkbox selection column at runtime, change selectionMode.checkbox : grid.selectionMode.checkbox = false; Used in this demo https://bryntum.com/products/grid/examples/selection/ https://bryntum.com/products/scheduler/docs/api/Core/Base#function-setConfig is still supported, you...