Skip to content

Commit 44027e1

Browse files
committed
Add type argument to DataSource requestStart event
Closes telerik/kendo-ui-core#168
1 parent 1b65a08 commit 44027e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api/javascript/data/datasource.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4200,6 +4200,10 @@ The event handler function context (available via the `this` keyword) will be se
42004200

42014201
The data source instance which fired the event.
42024202

4203+
##### e.type `String`
4204+
4205+
The type of the request. Set to "create", "read", "update" or "destroy".
4206+
42034207
#### Example - subscribe to the "requestStart" event during initialization
42044208
<script>
42054209
var dataSource = new kendo.data.DataSource({

0 commit comments

Comments
 (0)