Home Unanswered Active Tags New Question

Line Break in Calendar Header

Is it possible to put a line break in the Calendar Header? Using tutorCalendar_BeforeHeaderRender, and checking that it's not the e.IsCorner, i would like to have MM/DD/YYYY on one line and break to have DDDD on the second line. Example:

12/06/2010

Monday

I tried string concat with "<br/>", but it either didn't wrap or there was maybe top padding so it was pushed off the visible area.

Asked by Anonymous 1 year ago.
Replies

I would probably use custom generated columns and assign each column one child column. This is a workaround but you should be able to achieve the same effect.

www.daypilot.org/daypilotcalendar-column-headers-hierarchy.html

Answer posted by Dan Letecky 1 year ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java