Our powerful JS Calendar component


Post by abhi »

Is it possible to highlight whole row of selected staff in timeline mode?

https://bryntum.com/examples/calendar/calendar-scheduler/


Post by alex.l »

Yes, you'll need to override CSS style. Answered here: viewtopic.php?f=52&t=21197&p=104919

.b-gridbase .b-timeline-subgrid .b-grid-row.b-selected:not(.b-group-row) {
    background-color: #0000;
}

All the best,
Alex


Post by abhi »

Awesome. Works like a charm!!


Post Reply