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.
BSBalasubramanian Sattanathan Syncfusion Team July 20, 2020 02:33 PM UTC
Hi Alex,
Greetings from Syncfusion Support.
We have validated your requirement “Is it possible to add buttons to the Schedule control and event view” at our side and prepared a sample based on that by making use of the custom editor window and DateHeaderTemplate like the below code snippet.
<DateHeaderTemplate>
<div style="display: flex">
<div class="date-text">@(getDateHeaderText((context as TemplateContext).Date))</div>