Kendo Scheduler change today's cell background color in month view

oopsdazie

I need to change the background color of the current date cell in of a Kendo Scheduler in month view.

I have looked through their documentation, but have not found any related topic.

oopsdazie

I have found the answer. It is actually very simple. Just use the following code in css:

.k-scheduler .k-today {
    background-color: lightgreen;
}

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

I would like to change the background color in the Kendo Scheduler

How to change a cell's background color javascript

Change cell value based on the cell's background color in Google Sheets

Background color change on table view cell tap in IOS

How to change the background color of selected expandable table view cell

Change view responsively on Kendo UI Scheduler

Change background color for a cell in a QTableModel

Change fc-today background color

Highlight a cell if a referenced cell is today's month/day (not year)

Change Reorder Control's color in table view cell

React Native Dynamically Change View’s Background Color

Change other view's background color by button state

Background color not change TextEditor view

How to change kendo ui scheduler event color programmatically

Change cell background color based on cell's text in excel using C# EPPlus

Excel: Change background color of a cell to RGB color written in that cell

Select a cell in row based on today's matching month & year in column A

Unable to change background color of static table view cell on iOS 7 (iPad)

How to change the background color of a non selected cell in JavaFx 8 table view

Change background color of cell using Angular

WPF change cell background color based on content

UITableView change background color of specific cell

Is it possible to change the background color of a single cell in ParseQueryAdapter?

SSRS Dynamically change the cell background and font color

Change Row background color based on cell value

Change background color for a particular index cell in iOS

How to change selected color for table view cell?

How to change the background of a cell dynamically in a Kendo MVC UI Grid?

How to change background color of table cell while using Bootstrap's CSS classes?