We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06390a6 commit 79c700aCopy full SHA for 79c700a
components/scheduler/views/agenda.md
@@ -35,11 +35,9 @@ The following parameters allow you to configure the Agenda view:
35
>caption Declare the Agenda view in the markup
36
37
````CSHTML
38
-@* Control the empty days visibility *@
39
<label for="hide-emptydays-checkbox" class="k-checkbox-label checkbox-label">Hide Empty Days</label>
40
<TelerikCheckBox @bind-Value="@HideEmptyDays" Id="hide-emptydays-checkbox"></TelerikCheckBox>
41
42
-@* Define the Agenda view. *@
43
<TelerikScheduler Data="@Appointments" @bind-Date="@StartDate" Width="800px">
44
<SchedulerViews>
45
@* Enable the Agenda view and use the 'HideEmptyAgendaDays' option to control whether days without appointments are shown in the Agenda view*@
0 commit comments