bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
53 stars 6 forks source link

Add start/end dates to documentation of eventRenderer.renderData #9705

Open marciogurka opened 1 month ago

marciogurka commented 1 month ago

Forum post

"We are in the process of updating from 5.x to 6.x.

We use custom event rendering (SchedulerPro.view.SchedulerPro#config-eventRenderer). In our custom rendering, we had been using the event to get the start/end dates while the event was being resized. In 5.x this worked well. It appears in 6.x, the event start/end dates are no longer updated while the event is being resized. I see how this can have it's benefits, but we still would like to have the context start / end dates.

It appears that the eventRenderer.renderData contains a start/end date that would be suitable, but it is not publicly documented."