Insert
methodsInserts a data item in the data source at the specified index.
Parameters:indexNumber
modelObject|kendo.data.ObservableObject|kendo.data.Model
Returns:kendo.data.Model
The zero-based index at which the data item will be inserted.
Either a kendo.data.Model instance or a JavaScript object containing the field values.
—The data item which is inserted.