Questions Tagged backgroundcolor
Scheduler - How to programmatically fire onBeforeCellRender for certain resources
		
		Answered: You can either update the full scheduler using update(): https://api.daypilot.org/daypilot-scheduler-update/ Or you can update a row using rows.update(): https://api.daypilot.org/daypilot-scheduler-r...
	
	
	
	Scheduler - How to use linear-gradient() in event's backColor property
		
		Answered: You can set the gradient using the "backColor" property. See also: https://api.daypilot.org/daypilot-event-data/ This example uses DayPilot.ColorUtil.lighter() and DayPilot.ColorUtil.darker() helpers...
	
	
	
	Events background color in exported PNG image
		
		Answered: This was a bug which is now fixed (since build 2100): http://javascript.daypilot.org/daypilot-pro-for-javascript-8-2-sp4/ Let me know if the issue persists.
	
	
	
	Event Background color
		
		Answered: The code for setting custom event background color should look like this: 
protected void DayPilotCalendar1_BeforeEventRender(object sender, BeforeEventRenderEventArgs e)
{
      e.BackgroundColor...
	
	
	
	
	
	Questions 1-4 of 4