Hello XAF Team,
Is there any drawbacks to control DelayedViewItemsInitialization in view controllers (Win & Web)?
Because I hope to set DelayedViewItemsInitialization to false only in some specific views (keep DelayedViewItemsInitialization as the default 'true' value in most of views).
EDIT: I found the behavior is unstable if I control DelayedViewItemsInitialization's value through view controllers' OnActivated() and OnDeactivated(), at least in Web.
Regards,
James