Skip to content

Commit 22d1976

Browse files
author
Marin Bratanov
committed
docs(scheduler): info when timeslotcreated fires and when not
1 parent a3d2f8e commit 22d1976

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

controls/scheduler/server-side-programming/server-events/timeslotcreated.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ position: 14
1212

1313

1414

15-
The **TimeSlotCreatedevent** occurs when a time slot is created. **TimeSlotCreated** has two parameters:
15+
The **TimeSlotCreated** event occurs when a time slot is created. **TimeSlotCreated** has two parameters:
1616

1717
* **sender** is the scheduler control.
1818

1919
* **e** is an object of type **TimeSlotCreatedEventArgs**. It has the **TimeSlot** property.
2020

21-
21+
The `TimeSlotCreated` event is not fired after the [advanced edit form]({%slug scheduler/customizing-the-advanced-form/overview%}) is opened (it fires before that, and rendering the advanced form renders the scheduler anew). Thus, customizations for the time slots made in the handler are not rendered while the advanced edit form is visible.
2222

2323
## Example
2424

@@ -49,3 +49,7 @@ End Sub
4949

5050
````
5151

52+
## See Also
53+
54+
* [Advanced Edit Form vs. Inline Editing](https://demos.telerik.com/aspnet-ajax/scheduler/examples/appointment-editing/defaultcs.aspx)
55+

0 commit comments

Comments
 (0)