Hi Guys,
i am testing 20.2 Beta Blazor Solution with our existing business objects / modules / database.
Just wondering what is the state about DataAccessMode in Blazor? We usually use DataAccessMode="Server" globally in the Options Node - which leads to an error in blazor detailview if it contains an Lookup Editor. If we use DataAccessMode Client - the performance is quite bad since the lookup is loading ALL records from Database?
Error: System.InvalidOperationException: Kann die Eigenschaft 'DefaultSorting " nicht ändern, wenn die XPCollection nicht im Design oder Initialisierung Modus ist.
at DevExpress.Xpo.XPServerCollectionSource.set_DefaultSorting(String value)
at DevExpress.ExpressApp.Xpo.XPObjectSpace.SetCollectionSorting(Object collection, IList1 sorting) at DevExpress.ExpressApp.CollectionSourceBase.ApplySorting(IList
1 sorting)
at DevExpress.ExpressApp.CollectionSourceBase.set_Sorting(IList`1 value)
at DevExpress.ExpressApp.Blazor.Editors.LookupPropertyEditor.InitializeFrame()
at DevExpress.ExpressApp.Blazor.Editors.LookupPropertyEditor.CreateComponentAdapterT
at DevExpress.ExpressApp.Blazor.Editors.LookupPropertyEditor.CreateComponentAdapter()
at DevExpress.ExpressApp.Blazor.Editors.BlazorPropertyEditorBase.CreateControlCore()
at DevExpress.ExpressApp.Editors.ViewItem.CreateControl()
at DevExpress.ExpressApp.CompositeView.CreateViewItemControls()
at DevExpress.ExpressApp.CompositeView.CreateControlsCore()
at DevExpress.ExpressApp.View.CreateControls()