Search found 795 matches

Hi Paul, Having revisited your testcase, I see that the fail vector I first found was not the real cause. Will look into it further on Monday, what you are doing in the app should work without needing a forced refresh. Ticket to track my progress on that: https://github.com/bryntum/support/issues/8454
Measuring is expensive, probably you would have to render each string to an offscreen div with the event styling on it, and measure the div. There are some utility functions for that in DomHelper (https://bryntum.com/products/schedulerpro/docs/api/Core/helper/DomHelper#function-measureText-static). ...
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