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

Month.CellHeight

Asked by Anonymous
10 years ago.

I want to make the cell height smaller but they are still the same after :

<DayPilot:DayPilotMonth
ID="DayPilotMonth1"
runat="server"
DataEndField="end"
DataStartField="start"
DataTextField="name"
DataValueField="id"
DataTagFields="name, id"
OnTimeRangeSelected="DayPilotMonth1_TimeRangeSelected"
OnBeforeEventRender="DayPilotMonth1_BeforeEventRender"
TimeRangeSelectedHandling="JavaScript"
Theme="month_di"
CellHeight = "30"
EventStartTime="false"
EventEndTime="false"
OnCommand="DayPilotMonth1_Command"
>
</DayPilot:DayPilotMonth>

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

Please use MinCellHeight property instead:

http://doc.daypilot.org/month/cell-height/

The DayPilot Month cell height is extended automatically to fit all the concurrent events.

Comment posted by Anonymous
10 years ago.

Thank you

That solved the problem!

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