Hi Ryan,
Thank you for contacting Syncfusion support.
We have looked into your reported query and we have prepared a sample that demonstrate the requirement “To make individual treeview elements route to different urls on click using nodeTemplate” in EJ2 TreeView. In our TreeView component, we have disabled the pointer events for tree node full row element. Your reported problem can be resolved by manually setting the pointer events to the text content.
Please refer the sample from the below link.
.e-treeview .e-list-text{
pointer-events: auto;
}
|
Could you please check the above sample and get back to us if your requirement is not fulfilled or need further assistance?
Regards,
Silambarasan