You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/scheduler/overview.md
+21-26Lines changed: 21 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,69 +16,63 @@ To use a Telerik Scheduler for Blazor
16
16
17
17
1. Add the `TelerikScheduler` tag.
18
18
1. Populate its `Data` property with the collection of appointments/events the user needs to see. See the [Appointments Overview]({%slug scheduler-appointments-overview%}) article for details on the needed fields.
19
-
1. Set the `TitleField`, `StartField`, `EndField`, `DescriptionField` and `IsAllDayField` properties to point to the corresponding names of the model.
20
-
1. Define the Views the user can toggle between in the `SchedulerViews` collection. Optionally, set their settings such as days start and end.
19
+
1. Define the Views the user can toggle between in the `SchedulerViews` collection. Optionally, set their settings (such as days start and end) and choose a default View.
21
20
22
21
>caption Scheduler first look and main features
23
22
24
23
````CSHTML
25
-
@* Fewer settings are required to get the component running, but you will usually have to set these for better UX *@
0 commit comments