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.