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.
Is it possible to control the category / subcategory row template? For example to have a total or events planned in that day for that specific project and the total number of hours?
RMRuksar Moosa Sait Syncfusion Team August 24, 2022 10:32 AM UTC
Hi Cernat ,
We have checked on your requirement “Control
the category / subcategory row template” at
our end and we regret to let you know that we do not have inbuild support to
provide row template in the current Scheduler architecture.
Kindly let us know if you need any further assistance.
Regards,
Ruksar Moosa Sait
CECernatSeptember 15, 2022 10:19 AM UTC
Hi,
Thank you for the reply.
I have another question related to templating. In the snippet bellow, the OnClick event does not fire.
Is this a limitation of the template for ScheduleHeaderRow? You cannot add components in it?
RMRuksar Moosa Sait Syncfusion Team September 16, 2022 07:49 AM UTC
Hi Cernat,
We have checked on your requirement and let you know that
the ScheduleHeaderRows with option Date does not have template
support. You can use the DateHeaderTemplate
property of the Scheduler to customize the date header like the below code.