Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
991 changes: 0 additions & 991 deletions _contentTemplates/scheduler/views.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions components/scheduler/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This article explains the events available in the Telerik Scheduler for Blazor:
* [OnItemClick](#onitemclick)
* [OnItemDoubleClick](#onitemdoubleclick)
* [OnItemContextMenu](#onitemcontextmenu)
* [ItemRender](#itemrender)
* [OnItemRender](#onitemrender)
* [OnCellRender](#oncellrender)
* [DateChanged](#datechanged)
* [ViewChanged](#viewchanged)
Expand Down Expand Up @@ -835,7 +835,7 @@ It provides a `SchedulerItemContextMenuEventArgs` object to the event handler an
}
````

## ItemRender
## OnItemRender

The `OnItemRender` event fires when an appointment is going to be rendered in the scheduler. It fires one for every appointment, including all-day appointments that span several days/slots, and the class is rendered on all elements.

Expand Down
2 changes: 1 addition & 1 deletion components/scheduler/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ The Scheduler can display and edit [recurring appointments and recurrence except

## Templates

You can [customize the appointment appearance and content via Scheduler templates](slug:scheduler-templates-appointment). Another option is to use the [Scheduler `OnItemRender` event](slug:scheduler-events#itemrender).
You can [customize the appointment appearance and content via Scheduler templates](slug:scheduler-templates-appointment). Another option is to use the [Scheduler `OnItemRender` event](slug:scheduler-events#onitemrender).


## Events
Expand Down
Loading
Loading