The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
We have a SideNav and within that we have a treeview, now we are going to show different components on the right side of sidenav when user clicks on each node.
We tried to use template and within that use <Link> but unfortunately it doesn't work .
Would you please advice how this is achievable and please provide a sample if possible?
ABAshokkumar Balasubramanian Syncfusion Team August 15, 2019 01:04 PM UTC
Hello Afshin,
Good day to you.
For this use case, you can use our NavigateUrl attribute of fields property to store the corresponding component details and using nodeSelected event to display the corresponding content in Right Side panel of SideBar. Please refer the below code block and sample.