BeforeCellRender InnerHtml

Asked by Piet Eckhart
14 years ago.

When handling the BeforeCellRender event it seems that only the BackgroundColor property can be changed.
setting the InnerHtml property does nothing.

After some investigation in de DayPilot source:
the InnerHtml property of the Cell class is used in the CellTable.Process() method but on my machine i never get there...

Is the use of the InnerHtml property supported in the BeforeCellRender event?

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