Hi there, I want to enable delete functionality only on month view and day view, but when I enable the following code the delete funtionality is lost on day view as well. (Month view it remains) Any suggestions?
Thanks
Thanks
| <MonthView ReadOnly="false" /> |
| <WeekView HeaderDateFormat="dd/MM" ReadOnly="true" /> |
| <DayView ReadOnly="false" /> |