Greetings from Syncfusion support.
Based on your update, we suspect that the reported
issue was reproduced because of theme and scripts are not referred properly. So,
kindly refer the attached code snippet and UG documentation for your reference.
Before that Kindly make ensure to include script and themes in your project.
|
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0,
maximum-scale=1.0, user-scalable=no" />
<title>BlazorApp3</title>
<base rel='nofollow' href="/" />
<link rel='nofollow' href=https://cdn.syncfusion.com/blazor/20.3.52/styles/material.css rel="stylesheet" />
<script src=https://cdn.syncfusion.com/blazor/20.3.52/syncfusion-blazor.min.js type="text/javascript"></script>
<link rel='nofollow' href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link rel='nofollow' href="css/app.css" rel="stylesheet" />
<link rel='nofollow' href="BlazorApp3.styles.css" rel="stylesheet" />
</head>
|
If you are referencing themes or scripts from CDN, can you please ensure to
change the version of reference.
https://blazor.syncfusion.com/documentation/appearance/themes#cdn-reference
https://blazor.syncfusion.com/documentation/common/adding-script-references#cdn-reference
Attachment:
BlazorGrid_5089c94a.zip