
We are upgrading from PropertyGrid to the new grid.
Previously we had a custom property item class that extended PropertyDataAccessorBase.
I understand that we need to instead extend PropertyModelBase. However PropertyModelBase doesn't seem to implement the IPropertyModel interface.
So we also need to implement the IPropertyModel interface and end with many very similar properties. For example: IsModifiedResolved and IsModified.
Are we doing something wrong?