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.
Most of the tutorial and documentations indicates that we can simply click on any time slot on the respective date to create an appointment.
I need to use a outside of the scheduler (not using date picker in scheduler) to select date, and then need to choose a time in a scheduler (pretty much like the attachment provided).
RMRuksar Moosa Sait Syncfusion Team February 15, 2022 08:36 PM UTC
Hi Gms,
We have prepared a sample to
open the Editor window on the scheduler for the date picked from the Date
Picker by binding the ‘startTime’ and ‘endTime’ values on onChange
method like the below code snippet.
function onChange(args) {
var scheduleObj = document.getElementById('schedule').ej2_instances[0];
var endTime = new Date(args.value.getTime() + 30 * 60000);