
The propertyeditors setting worked as expected and now the enum property has a combobox.
I'm trying to debug and see what is happening,
The propertygrid is inside a Splitview pane, when i click an element, it sets the dataobject of the propertygrid to that element after that the pane is open and i use the property.
The crash happens when only when i click the textbox of string properties and not if i click the labels.
The crash happens when the propertyeditor loses the focus.
So
Click element, DataObject = element, PaneOpens, Click on label "Name", Click Outside and pane closes , DataObject = null, = WORKS
Click element, DataObject = element, PaneOpens, Click on textbox of "Name", Click Outside and pane closes , DataObject = null = CRASH
It works in the sample browser and i does work for enums or other kind of property.
I cannot debug the session, i only get the following :
Windows.ui.xaml.pdb not loaded
Here you can see the error im getting
https://www.dropbox.com/s/kcrpajfllk8zwaa/error.PNG?dl=0
Thanks