Is there any way to define different appointment templates for day, week, and month views? I would like to show only a subject on month view, but since we have more space on day view, I'd like to show additional attributes.
Thanks,
Julia
1 Answer, 1 is accepted
0
Peter
Telerik team
answered on 22 Jan 2008, 10:17 AM
Hi Julia,
Thank you for this question.
Please, consider the following example. Suppose you have a label and a panel with varios other controls in the appointment template and that you want to display only the label in MonthView. You can use the AppointmentCreated event to find the panel and set its Visible property to false: