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

Export/Print custom headers

Asked by Simon
10 years ago.

Hello,

i got a problem which looks like a DayPilot Bug. We should have the newest version (v.7.4.2923.0)
As soon i want to use custom headers, the headers in the exported .png look bad. Thats how i do the custom header
....
dpsProjekteExport.TimeHeaders.Clear();
dpsProjekteExport.TimeHeaders.Add(new TimeHeader(GroupByEnum.Year));
dpsProjekteExport.TimeHeaders.Add(new TimeHeader(GroupByEnum.Month));
dpsProjekteExport.TimeHeaders.Add(new TimeHeader(GroupByEnum.Week));
....

Is this ta knowed problem?

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

This looks like a bug, indeed. Please let me check it.

Comment posted by Anonymous
10 years ago.

Is this confirm that it is a bug?

Answer posted by Dan Letecky [DayPilot]
10 years ago.
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.