getByUid
Gets the data item (model) with the specified uid.
Parameters
uid String
The uid
of the model to look for.
Returns
kendo.data.ObservableObject
—The model instance. Returns undefined
if a model with the specified uid
is not found.