I have tried using all the steps in getstarted
Getting Started with Syncfusion Blazor Dashboard Layout in Web App
Also added below in
MauiProgram.cs
builder.Services.AddSyncfusionBlazor();
Added this
<head>
<link rel='nofollow' href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" rel="stylesheet" />
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
</head>
this doesn't exists in Maui. So I haven't added this
@* desired render mode define here *@
@rendermode InteractiveAuto
Dashboard Layout doens't render. I am also having issue with Blazor Tab control not showing correct Style for Tab between Selected and Not Selected tabs
Am I missing any steps ?
thanks