Relative Content

Tag Archive for c#devexpressxaf

Need help to find problem with custom editor in DevExpress XAF Blazor (v.23.xx)

I have created a class (Business Object), which holds some properties for article information and a list of it’s own.
The basic idea is: I want to enter articles and save them into a list.
One of the properties is bound to a custom XAF Blazor editor.
I am starting to show the business object as DetailView.
With a button, I am adding the current information into the list property.
After that, I click on one of the list items, a new DetailView is opened.
When I now click on the custom editor, the dropdown get’s showed in the first DetailView (wrong position), where the custom control is, not in the new DetailView.
For better understanding, I have created a litte video: Video