DataItem
methodsReturns the data item corresponding to the passed row object or selector.
Parameters:rowString|Element|jQuery
Returns:kendo.data.ObservableObject
A string, DOM element or jQuery object which represents the ListView item. A string is treated as a jQuery selector.
The data item to which the specified ListView item is bound. More information about the ObservableObject type in kendo.data.ObservableObject.