0
jtallon created
Hi there,
Using (v 6.5) of .NET Core and Angular.
I am wondering if anyone has an example of code used to create a Organisational Unit Tree Look Up Modal?
I have a new entity that has a Navigation Property to Organisational Unit. I use the RAD tool to generate the basic UI components, which creates an OU Table Lookup, but need to display the OUs in the tree view as a modal form.
Any help or code examples would be great.
Regards
1 Answer(s)
-
0
Hi @jtallon
organization-unit-tree component is used in
create-or-edit-user-modal.component
, you can check it.