Hello,
How can I remove cell borders in timeline view of the scheduler but not in x and y scales?
If cannot be removed, is it possible to add a class so i can change the opacity of cell borders?
Help much appreciated.
Add style like next
.dhx_matrix_cell {
border-color: transparent !important;
}