Week bussinessCell

Asked by Kamil Zegadlo
16 years ago.

Hello,

there are problem with coloring Cell. You are colorig them by BackColor or NonBussinessbackColor. Problem is there after export some weeks start for example on monday, another in saturday. Then if cellduration is 10080 one weeks have backColor, other NonBussniessBack Color.

I suppose there is problem in: isBusinessCell(DateTime) in DayPilotScheduler.cs. Add condition on start:

if (CellDuration > 1440)
{
return true;
}

No reply yet.

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