I’ve set my scheduler in timeline view, but i’m unable to see cell in the scheduler.
What can i do?
Thank a lot
I’ve set my scheduler in timeline view, but i’m unable to see cell in the scheduler.
Ok, done.
Just modify scheduler_wp.css…
Thanks
Hello,
Thank you for this report, we will look into it.
As a quick solution you can add ‘!important’ flag to the border-bottom, border-right properties for .dhx_matrix_cell, .dhx_matrix_scell rule.
.dhx_matrix_cell, .dhx_matrix_scell{
border-bottom: 1px dotted #A4BED4 !important;
border-right: 1px dotted #A4BED4 !important;
}
Best regards,
Ilya