Get
methodsGets the data item (model) with the specified id.
The
getmethod requires theschema.modeloption to be set and theidof the model to be specified. Thegetmethod will look for items only on the current page ifserverPagingis enabled.
Parameters:idNumber|String
Returns:kendo.data.Model
The id of the model to look for.
—The model instance. Returns undefined if a model with the specified id is not found.