I've been using MVVM in my UWP code to great effect, so most of my data modelling is done with ObservableCollections. I want to have 'live' data in my ListView, so that if I add an item it will appear automatically and if I delete it, it will disappear automaticall. Do the Kendo UO control for .NET Core respect the ObservableCollection interface? And what about fields, if I update the name on a record on a IPropertyChangeNotification object in an ObservableCollection, will that change feed through to the UI?