Discuss anything related to web development but no technical support questions


Post by Bharti »

Hello All,

I want to change my bryntum gantt css for weekends.
I want to highlight nonworking days.
how can I do that?

Post by Terence »

Is this what you are looking for?

https://www.bryntum.com/docs/gantt-for- ... htWeekends

Corresponding css selector: .sch-timelinepanel-highlightweekends .sch-dayheadercell-nonworking

Post by Bharti »

thanks Terence
I want to highlight the weekend cell's to in grid.
can anyone help me for this?

Post by mats »

If you look in the Chrome dev console you will easily find the elements you want to style. https://developers.google.com/web/tools ... ct-styles/

Try using "gnt-holiday" CSS class

Post Reply