listview - XAF CollectionsEditMode -


when in application.collectionseditmode=edit mode, nested aggregated child object lists behave needed, not saving db until parent object's save action executes.

but when using application.collectionseditmode=view , setting required detailview.collectionseditmode=edit platform's model behaviour changes , when saving child, master object saved too, without waiting save action execution, , returns parent object's detail view , switches view mode again.

how can use application.collectionseditmode=view same behaviour application.collectionseditmode=edit in required detail views?

googled around many times , found this, devexpress confirmed issue


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -