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.
Hi Jeff,
after the month calendar is dropped down the CurrentCellShowedDropDown event is raised. There you could set the date in the dropdown.
The MonthCalendar control should be accessible with
MonthCalendar mc = ((GridDropDownMonthCalendarCellRenderer) grid.CurrenntCell.Renderer).DropDownContainer.Controls[0]);
then you can set the date on the MonthCalendar control.
Stefan