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

dpScheduler.ShowBaseTimeHeader = false does not work when exporting

Asked by Rudi Mariman
10 years ago.

I use now dpScheduler.ShowBaseTimeHeader = false to get rid of the cell level header (of 2 minutes).
This shows fine on screen.
When exporting this schedule the old display is still there - I suppose the ShowBaseTimeHeader is ignored.

Answer posted by Dan Letecky [DayPilot]
10 years ago.

This looks like a bug.

The ShowBaseTimeHeader will be deprecated in the next release (7.6). The time header rendering was changed significantly:

1. The time headers will be fully independent of the cell grid.
2. The time header levels are (completely) defined using TimeHeaders collection. The base time header is not added to it anymore (corresponds to ShowBaseTimeHeader=false).
3. There is no difference between the time header groups and the base level.

You can see a preview (and download it) in the sandbox:
http://www.daypilot.org/sandbox/Scheduler/TimeHeaders.aspx

You will not have this problem with the sandbox version.

Comment posted by Rudi Mariman
10 years ago.

Indeed, by using the sandbox version the header appears without the cell level.

However the page does no longer displays a header at all with this version (without application code changes).

Good to know that you're working on it - I can show a work in progress result to the customer.
When version 7.6 is available I can propose a change request to the customer to fix this.

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