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

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

Asked by Anonymous
14 years ago.

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

Comment posted by Dan Letecky
14 years ago.

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 = "")

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