Steps to reproduce:
- Place TreeList Extension in a view.
- Create a class with a read-only property.
- Bind a collection of class instances to TreeList.
- Start editing a node and click the "Update" button.
Expected results:
A node is updated.
Current results:
The following exception is thrown:
Call StackSystem.NullReferenceException: 'Object reference not set to an instance of an object.'
Additional information:
A sample project and a video that show the issue are attached.