encapsulation: ViewEncapsulation.None,
styles: [`
kendo-scheduler .k-event, .k-event {
padding-right: 0;
}
`]
I need to change the background color of single events setting the title.
I have tried putting a span color red but with kendo bootstrap theme it has a blue border.
regards
Niki