How to show events in different colors?

I have requirement that show event in different colors. Like we have multiple status of events so based on the status we will show the color.

Can we show it in various color. If yes how… We are using ASP.Net MVC4 Rezor View application…

Hi,
Yes, events can have different colors based on their properties.
Here is some details
blog.scheduler-net.com/post/2012 … vent_color

Thanks Aliaksandr,
But i want whole event color on basis of “textColor” db field value. The current example shows the text property of event not whole event.
I am new in dhtmlx. So can you specifically elaborate it.

Event background color can be set with ‘color’ property, it works the same way as ‘textColor’

Thanks Aliaksandr ,
Now i can solve this issue.