Cannot get DayPilotScheduler DurationBarImageUrl working for an event
I'm trying to put an image into the event duration bar on the scheduler using the below code but I cannot get it to appear.
I've tried setting DurationBarColor to null and to empty string but that doesn't seem to help.
Any help would be much appreciated.
PS I'm using v6 that was released last week.
protected void DayPilotScheduler1_BeforeEventRender(object sender, BeforeEventRenderEventArgs e)
{
e.DurationBarImageUrl = "image.png";
}
Asked by Trevor 1 year ago.