A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
search
AI OnAI Off

Hi Team,
I am able to implment casecading dropdown functionaliy inside the page content. But I am not able to implement for IList property. ReloadOnChange event is not triggered for IList Model popup. Below is my code.
[Display(GroupName = SystemTabNames.Content, Order = 103)]
[SelectOne(SelectionFactoryType = typeof(StateSelectionFactory))]
[ReloadOnChange]
public virtual string State { get; set; }
[Display(GroupName = SystemTabNames.Content, Order = 104)]
[SelectOne(SelectionFactoryType = typeof(CitySelectionFactory))]
public virtual string City { get; set; }
Looking for help..!