Can someone help me with styling my Kendo grid to match the look of a basic HTML table? I want to use the table style I already have set up instead of the default Kendo style. Is there a way to achieve this?
#resultTable th {
cursor:pointer;
}
#resultTable .table th, #resultTable .table td {
font-size: 14px;
font-family: 'Open Sans';
color: #484848;
}
#resultTable td > a {
font-size: 14px;
font-family: 'Open Sans';
color: #2D4B69;
}
Check out the demo https://jsfiddle.net/tjmcdevitt/pqda6v1y/13/