-1

I have created an expandable follow the document below:

https://knowledgebase.progress.com/articles/Article/how-to-use-expandableobjectconverter

It's working, but when I switch to the new interface(new UI) it is not working. Could you help me to fix it?

  1. new interface new interface
  2. old interface old interface
  3. expected with new interface expected
Park
  • 143
  • 1
  • 12

1 Answers1

0

If you want to have the UI looks like the one in point 3 of your screenshots, then you should not use a class property and the ExpandableObjectConverter. Instead in your controller create the individual properties, maybe add a Category attribute to them.

Update: Documentation: https://www.progress.com/documentation/sitefinity-cms/autogenerated-widget-property-editors

Veselin Vasilev
  • 3,698
  • 1
  • 15
  • 21