I have a WPF user control that contains a telerik RadGridView. The control's data context is being set to an instance of MyViewModel class. The MyViewModel class has a myRecords property, of type ObservableCollection. The RadGridView is bound thus: I have a WPF user control that contains a teler