ICTGuy
1
The Css styles are missing after migrating from 2.18.16 to 3.0.0
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="css/bootstrap/css/bootstrap.css" />
<link rel="stylesheet" href="_content/Radzen.Blazor/css/default-base.css">
<link rel="stylesheet" href="_content/Radzen.Blazor/css/default.css">
<script src="_content/Radzen.Blazor/Radzen.Blazor.js"></script>
<script src="script/jquery/jquery.js"></script>
<script src="css/bootstrap/js/bootstrap.js"></script>
enchev
2
The styles are there actually:
https://github.com/radzenhq/radzen-blazor/tree/master/Radzen.Blazor/wwwroot/css
Check also this thread:
1 Like