Comment posted by Anonymous
10 years ago.

this is how i do it. hope that helps..

go to DayPilotScheduler1_BeforeEventRender

If (DayPilotScheduler1.IsExport) Then

e.BackgroundColor = "black"
e.FontColor = "black"

Comment posted by Anonymous
10 years ago.

im not sure if you can call this method from javascript

Comment posted by GC
10 years ago.

Thanks for your reply but I cannot call such method.
Furthermore the main problem is that my scheduler is very colorful and the colors represent different type of events.
Do you have any other suggestion please?

Thanks in advance
Best regards

Comment posted by GC
10 years ago.

Hi Dan,

Thanks for your reply but I still have problem..in the downloaded image, the event backgrounds are white.
In onBeforeEventRender I use cssClass in order to set event colors: could this be the problem?

Let me know if you need further informations

Best regards

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