
Hello,
I'm facing an issue with updating values for certain property types in a PropertyGrid. I use a PropertyGrid to display information about a selection, and for that, I've set up a customDataFactory and a customPropertyModel that updates the values when my selection changes. This works except for certain property types :
- bool : updates as excpected
- int and double : don't update unless I define a custom PropertyEditor in the "Editor" attribute.
- string : never updates
I've reproduced this issue with a simplified model, which you can find on GitHub at the following link: PropertyEditorNotUpdating
In this project, only the bool and the int property with a custom PropertyEditor update when clicking "Change!", but all properties should update.
Thanks.
Benjamin.