Hello
I want to use SfTreeView for the main menu of my Blazor application and boldReport for reports. I have a question like this:
For Bold report's toolbar to work correctly, I need to add the following two lines.
<link rel='nofollow' href="https://cdn.boldreports.com/3.3.30/content/material/bold.reports.all.min.css" rel="stylesheet" />
<link rel='nofollow' href="https://cdn.boldreports.com/3.3.30/content/material/bold.reportdesigner.min.css" rel="stylesheet" />
But Treeview doesn't work correctly when I add this. When I remove it, the treview works correctly, but this time the toolbar does not appear on the report screen.
You can see the screenshot of the treeview below.
Thanks