Hi,
I am experimenting with the inclusion of Syncfusion tools in a Blazor application built using the Radzen scaffolding tool. This works fine, using the following workflow:
Generate base application using Radzen
Add Sycfusion to project using the VS 2019 extension
Create suitable component in VS (Eg TestComponent.razor) containing sample code from "Enabe Tooltip" section of this page https://blazor.syncfusion.com/documentation/chart/getting-started-server/
Insert this component into a suitable page using Radzen tools
"<RadzenHtml><TestComponent/></RadzenHtml>"
This runs fine, but the tooltips do not display on the rendered chart.
Any ideas how this can be resolved?
Many thanks!