I am trying to populate a Radzen edit form in Radzen studio. It is a task form, where the tast can be assigned to one or more users. So, in the edit form, I need to load task data and the assigned users. But also, I need to populate the user's dropdown with all possible users available, which is a call to a different service and table. I have created the forms and services by using Radzen Studio, but I have a hard time populating the users dropdown. I keep running into issues where the connections to the DB have been disposed of. How would I address the problem with radzen Studio?
Something similar is done here:
You can check also the auto-generated Add/Edit forms for security tables (Users and Roles) for reference.