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

Customize Header in

Asked by Anonymous
11 years ago.

Hi,
how do we customize header if we group by month.
I want to implement month in first row of header and weeks of months in second row can any body please help on this. i need design something like below

below is the attached image of required header formate

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

You should use the following settings:

CellDuration="10080" (one week)
CellGroupBy="Month"

You can customize the header HTML using BeforeTimeHeaderRender event handler.
See also:

http://kb.daypilot.org/19181/how-to-customize-week-n-string-in-the-scheduler-header/

e.IsColGroup will be true for the first row (column groups) and false for the second row (columns).

Comment posted by Anonymous
11 years ago.

Hi,
Thank you so much for your reply. I also have some query how do I recycle the week count per months below is the example that i wanted to ask
e.g. Month january contains Week1, Week2, Week3, Week4 then february will start from week5,Week6,Week7
but i wnt the output which is shown in above image. Please let me know your ideas on this.

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