Home Unanswered Active Tags New Question

how to show month for a particular start dae and end date

i am using DayPilotMonth in that its showing privious months ,i don want that.

i want to show the dates between 3-4-2010 to 28-4-2010 in month view. how can i show it ..? please help me.

thanks in advance

Asked by Anonymous 1 year ago.
Replies

You can't completely hide it but you can customize the appearance of the cells using BeforeCellRender event. You can do one or more of the following:

  • Change the cell title (e.HeaderText = "Your Title")
  • Clear the cell title (e.HeaderText = String.Empty)
  • Change the cell background color (e.BackgroundColor = "#ff0000")
  • Change the cell title background color (e.HeaderBackColor = "")

Comment posted by Dan Letecky 1 year ago.
New Reply
This reply is
Your name (optional):

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