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,
I’m setting a cell as “MonthCalendar”:
grid.BaseStylesMap["datetime"].StyleInfo.CellType = "MonthCalendar";
If I set the cell to read only and the user clicks on the cell, the combo is shown and drops the calendar. If a date is picked, no data is shown in the cell (read-only) which is correct, but how can I avoid dropping down the calendar.
Thanks.