search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Duration Bar - Scheduler 7.6

Asked by Brenda
10 years ago.

I have just updated my DayPilot dll to version 7.6.3002.0 from 7.3.2861.1.

Before this update, my Duration Bars were displaying properly. Now, with the update, they are no longer there.

In my .aspx page, I include the DurationBarVisible="true" property, and in the BeforeEventRender I include these lines of code for each type of event I display:

e.DurationBarColor = "#7cc144";
e.DurationBarVisible = true;

Can you please tell me what change I need to make to ensure that my duration bars are still visible?

Thanks in advance.

Answer posted by Brenda
10 years ago.

Never mind. Just a .css difference between old and new.

Set colour of duration bar in the style sheet, and removed "e.DurationBarColor = "#7cc144";" and it is now working properly.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.