I have a similar problem to this old thread: Dealing with data which includes a field having an array of objects in Kendo UI for jQuery | Telerik Forums.
I linked a field that is an array of a specific class to a Kendo ListView of a custom editor when you create or edit a scheduler item.
When I add or remove items, there are no problems. Apparently, the scheduler recognizes that there are more or fewer items in the list, but when I modify a list item (one of its properties), the scheduler does not trigger the update event.
Is there a way to trigger the update event when the ListView items are modified or force it to fire?