Get this as a result:
<link rel='nofollow' href="_content/Syncfusion.Blazor/styles/bootstrap4.css" rel="stylesheet" /> |
Material theme:
<link rel='nofollow' href="_content/Syncfusion.Blazor/styles/material.css" rel="stylesheet" />
Bootstrap themes:
<link rel='nofollow' href="_content/Syncfusion.Blazor/styles/bootstrap.css" rel="stylesheet" />
<link rel='nofollow' href="_content/Syncfusion.Blazor/styles/bootstrap4.css" rel="stylesheet" />
Fabric theme:
<link rel='nofollow' href="_content/Syncfusion.Blazor/styles/fabric.css" rel="stylesheet" />
Highcontrast theme:
<link rel='nofollow' href="_content/Syncfusion.Blazor/styles/highcontrast.css" rel="stylesheet" /> |
Material theme:
<link rel='nofollow' href="https://cdn.syncfusion.com/blazor/18.4.33/styles/material.css" rel="stylesheet" />
Bootstrap themes:
<link rel='nofollow' href="https://cdn.syncfusion.com/blazor/18.4.33/styles/bootstrap4.css" rel="stylesheet" />
<link rel='nofollow' href="https://cdn.syncfusion.com/blazor/18.4.33/styles/bootstrap.css" rel="stylesheet" />
Highcontrast theme:
<link rel='nofollow' href="https://cdn.syncfusion.com/blazor/18.4.33/styles/highcontrast.css" rel="stylesheet" />
Fabric theme:
<link rel='nofollow' href="https://cdn.syncfusion.com/blazor/18.4.33/styles/fabric.css" rel="stylesheet" /> |
Hello,
This issue happend with me, and i know why, so this could be helpfull for the others.
The css file is not loaded at the first time, simply because you have another bootstrap <link> with the same rel ("stylesheet").
So it's using another css file, instead of the syncfusion's. Just remove th
much love,
@Berly Christopher
Those links didn't work with redundant "rel" attributes. I removed the first one ('nofollow') and left the 'stylesheet' one, only then did they work for me.
Thanks.