Format column content in Gantt
Asked by Roger
10 years ago.
10 years ago.
I want to set a color on an entry in one column of the Gantt. I tried the following in DayPilotGantt1_BeforeTaskRender:
e.Row.Html = "<span style=\"color:red;\">" + tempTask.title1 + "</span>";
e.Tags["Status"] = "<span style=\"color:red;\">" + e.Tags["Status"] + "</span>";
First line works fine, second not. How to format the content of columns?
Thanks for support!
DayPilot