Our state of the art Gantt chart


Post by ahmad.siddique »

Hi everyone,

I noticed that when a row is selected in Bryntum Gantt the row is only highlighted in the grid section, the Gantt section does not highlight the row.

I want to highlight the row in both sections with a specific color.

Screenshot 2024-03-11 at 5.55.55 PM.png
Screenshot 2024-03-11 at 5.55.55 PM.png (525.97 KiB) Viewed 98 times

Example:

Screenshot 2024-03-11 at 5.57.07 PM.png
Screenshot 2024-03-11 at 5.57.07 PM.png (49.39 KiB) Viewed 98 times

Post by tasnim »

Sure, you could use this css for it

.b-grid-row.b-selected,
.b-gridbase .b-timeline-subgrid .b-grid-row.b-selected:not(.b-group-row) {
    background: cyan;
}

Hope it helps


Post by ahmad.siddique »

Thanks. this worked


Post Reply