The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
RVRavikumar Venkatesan Syncfusion Team November 4, 2020 10:42 AM UTC
Hi Gabriele,
Greetings from Syncfusion support.
We have validated your reported query at our end. We have achieved your requirement with the help of the renderCell event of the Schedule with the help of the below code. We have prepared a sample for your reference and it can be available below.
[Index.cshtml]
<ejs-schedulerenderCell="onRenderCell">
</ejs-schedule>
<scripttype="text/javascript">
functiononRenderCell(args) {
if (args.elementType === "resourceHeader" && args.element.classList.contains('e-child-node')) {