Smart UI Components & Libraries – Grid, Scheduler, Gantt, Kanban for Angular, React, Next.js, Vue, Blazor, JavaScript › Forums › General Discussions › CHange the tree nodes into clickable anchor tags Tagged: smart-tree This topic has 1 reply, 2 voices, and was last updated 1 year, 1 month ago by Markov. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 3, 2024 at 10:06 am #111376 Shahbaz AliParticipant <div> <smart-tree #tree id="tree" value-member= id [scrollMode]="'scrollbar'" [selectionMode]="'one'" [dataSource]="account3" [toggleMode]="'click'" [autoLoadState]="true" [autoSaveState]="true" [filterable]="true" [filterMode]="'containsIgnoreCase'" (click)="selectAccount($event)" > </smart-tree> by above I’m getting the tree but I wanna make the each node of the tree into clickable anchor tag.How can I acheive it? Thank You </div> September 3, 2024 at 11:55 pm #111379 MarkovKeymaster Hi, The ‘change’ event is raised when you select an item. Then depending on the selected item, you can use window.open method to open a link. Best regards, Markov Smart UI Team https://www.htmlelements.com/ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In With Google Log In