change the color

Asked by naruto
9 years ago.

I have a question.
Can I change the color of each line?
It is A, B, A, B.
Can I change the color of a cell on Sunday?

Comment posted by naruto
9 years ago.

protected void DayPilotScheduler1_BeforeCellRender(object sender, DayPilot.Web.Ui.Events.BeforeCellRenderEventArgs e)
{
if (e.Y%2 == 1)

e.Y is nothing.
What is the parameter of the number of rows.

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