Hi,
consider this example about customizing the cell style of a datagrid:
I'm wondering why in this example the color of the "Customer ID" cells does not change to red, according to this style:
.e-grid .e-rowcell.customcss{
background-color: #ecedee;
color: 'red';
font-family: 'Bell MT';
font-size: 20px;
}
Can you explain me the reason?
What changes can be made to this example in order to change the text color of "Customer ID" to red ?