Hi,
Before using the Scheduler I was using the Calendar.
In this component, I had a methode : Calendar_DayRender where I can put :
c = e.Cell
c.Controls.Add(New LiteralControl("(s" + week.ToString + ")"))
This is to put the number of the week. Do you have a solution with the scheduler ?
Thank
Jean-Yves
Before using the Scheduler I was using the Calendar.
In this component, I had a methode : Calendar_DayRender where I can put :
c = e.Cell
c.Controls.Add(New LiteralControl("(s" + week.ToString + ")"))
This is to put the number of the week. Do you have a solution with the scheduler ?
Thank
Jean-Yves