At
methodsReturns the data item at the specified index. The index is zero-based.
Parameters:indexNumber
Returns:kendo.data.ObservableObject
The zero-based index of the data item.
—The data item at the specified index. Returns undefined if a data item is not found at the specified index.
Returns a kendo.data.Model instance if the schema.model option is set.