Hi.
I am trying to add a ItemRelationsList field to my code first Item.
Unfortunately ItemRelationLists are never rendered when I try to insert them via code first.
I have tried my own custom code and some of the examples I have found. None of them render.
I am running 9.3.5 and here is my code for the ItemRelationList:
[ItemRelationList("Opening Hours", "OpeningHoursItem", ItemRelationListEditor.ItemListSource.ListItem)]
public int OpeningHours { get; set; }
Any idea what is going wrong?
Developer forum
ItemRelationsList not rendering from code first
Replies
You must be logged in to post in the forum