Home Unanswered Active Tags New Question

how to set daypilot calendar width as auto?

Hello

I want to set calendar width as auto because i have lots of resources on top of calendar but cell width is verry less so it cant show full name of resource and event detail box is verry small.

Thanks,

Vrasha

Asked by varsha 1 year ago.
1 other person also wants an answer.
Replies

It is possible to use Width="100%". This will set the control width automatically to fill all the horizontal space (subject to the CSS width rules).

In the Calendar (http://www.daypilot.org/calendar.html) and the Month (http://www.daypilot.org/month.html) controls the cell width is set automatically to fill the control width (you only specify the number of columns, but not the width of individual columns).

In the Scheduler (http://www.daypilot.org/scheduler.html) it is necessary to set the column width manually (CellWidth property). The control width is set separately - if the cells don't fit there, a scrollbar will be displayed. It's not possible to set the cell width to auto at this moment.

Answer posted by Dan Letecky [DayPilot] 5 months ago.
New Reply
This reply is
Your name (optional):

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