Greetings DevExpress team,
In our application built with DevExpress XAF Blazor, we have created a new entity called Ticket. This entity contains two navigation fields of type ApplicationUser, which we intend to use for assigning a ticket to an agent who is also a user of the application.
In the ListView of the Ticket entity, we have set DataAccessMode = InstantFeedback because we expect a large number of records and want to leverage the speed provided by this mode.
While these two fields function correctly in the DetailView of the ticket (i.e., the dropdown combos appear as expected, allowing user selection, and the values are saved properly upon submission), they appear empty in the ListView of the Ticket entity. At the same time, the filters for these empty columns work as expected.
Attached, you will find some screenshots illustrating the issue, as well as a sample project that you can use to reproduce it.
We eagerly await your response.
Regards,
Vassilios
Hello Vassilios,
Thank you for the sample project.
We are investigating this matter and will update this thread once we have information to share.
Regards,
Fhillip
Hello Fhillip,
Thank you for the investigation of the issue, I am looking forward to your response.
Regards,
Vassilios.