MonthCalendar and Read-Only

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.

1 Reply

AD Administrator Syncfusion Team November 19, 2002 08:28 PM UTC

Set style.Clickable = false Stefan

Loader.
Up arrow icon