WidgetGrid property value returned as json even though xml selected
I need a bit of help with WidgetGrid usage in a custom publish event handler.
I have defined a property, panelPicker, as an xml stored WidgetGrid data type and would like to process the property value as part of a custom publish event handler.
WidgetGrid property value returned as json even though xml selected
I need a bit of help with WidgetGrid usage in a custom publish event handler.
I have defined a property, panelPicker, as an xml stored WidgetGrid data type and would like to process the property value as part of a custom publish event handler.
Have therefore defined an after publish event:
and a corresponding method to process the document:
The property value is however returned as json despite the storage type being defined as xml. The database shows the property correctly stored as xml.
Any suggestions greatly appreciated.
is working on a reply...