Skip to content

Commit 79c700a

Browse files
committed
chore(Scheduler): remove unnecessery comments
1 parent 06390a6 commit 79c700a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/scheduler/views/agenda.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,9 @@ The following parameters allow you to configure the Agenda view:
3535
>caption Declare the Agenda view in the markup
3636
3737
````CSHTML
38-
@* Control the empty days visibility *@
3938
<label for="hide-emptydays-checkbox" class="k-checkbox-label checkbox-label">Hide Empty Days</label>
4039
<TelerikCheckBox @bind-Value="@HideEmptyDays" Id="hide-emptydays-checkbox"></TelerikCheckBox>
4140
42-
@* Define the Agenda view. *@
4341
<TelerikScheduler Data="@Appointments" @bind-Date="@StartDate" Width="800px">
4442
<SchedulerViews>
4543
@* Enable the Agenda view and use the 'HideEmptyAgendaDays' option to control whether days without appointments are shown in the Agenda view*@

0 commit comments

Comments
 (0)