Hi Stephan,
Upon further investigation, we would like to inform you that
when you add the navigateUrl
field to a node, the rendered node element will contain an rel='nofollow' href
attribute with the specified navigation URL. As a result, clicking on the node
will navigate to the URL, preventing other actions such as node collapse and
expand TreeView operations from being performed. However, if you want to
maintain the ability to expand and collapse nodes, we recommend using the
expand and collapse icons.
Alternatively, we suggest to utilize the nodeClicked,
nodeSelecting
and nodeSelected
events, which are triggered when a node is selected in the TreeView
component. By handling page navigation within these event handlers, you can
achieve the desired navigation functionality.
Regards,
Suresh.