Set title of cell

Asked by Richard
15 years ago.

All, how can I set the title of a Cell ?

There is the BeforeCellRender but this seems to be readonly and more to do with the background color.

Currently all my cells display start time of event in header

Thanks

Answer posted by Dan Letecky [DayPilot]
15 years ago.

You might want to take a look at BeforeEventRender event instead.

  • cell = background time cell (all cells have fixed size is determined by CellDuration)
  • event = event box displayed on top of the background cells (size is determined by values of DataStartField and DateEndField)

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