|
|
|
<head>
. ..
<link rel='nofollow' href="css/site.css" rel="stylesheet" />
<link rel='nofollow' href="WebApplication1.styles.css" rel="stylesheet" />
<link rel='nofollow' href="_content/Syncfusion.Blazor/styles/fabric.css" rel="stylesheet" />
</head> |
|
|
|
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Test</title>
<base rel='nofollow' href="~/" />
<link rel="stylesheet" rel='nofollow' href="css/bootstrap/bootstrap.min.css" />
<link rel='nofollow' href="_content/Blazored.Typeahead/blazored-typeahead.css" rel="stylesheet" /> //remove the highlighted other CSS reference and check the problem your side??
<link rel='nofollow' href="css/site.css" rel="stylesheet" />
<link rel='nofollow' href="css/fabric.css" rel="stylesheet" />
<link rel='nofollow' href="css/material.css" rel="stylesheet" />
<link rel='nofollow' href="_content/Syncfusion.Blazor/styles/bootstrap4.css" rel="stylesheet" />
<link rel='nofollow' href="_content/MatBlazor/dist/matBlazor.css" rel="stylesheet" />
<script src="_content/Blazored.Typeahead/blazored-typeahead.js"></script>
@Html.EmbeddedBlazorContent()
</head> |
|
[_Host.cshtml]
<head>
<meta charset="utf-8" />
. . .
<link rel='nofollow' href="WebApplication1.styles.css" rel="stylesheet" />
@*<link rel='nofollow' href="_content/Syncfusion.Blazor/styles/fabric.css" rel="stylesheet" />*@ // remove this style
<link rel='nofollow' href="_content/Syncfusion.Blazor.Themes/fabric.css" rel="stylesheet" /> // add this style to resolve the problem
</head> |
|
<link rel='nofollow' href="_content/Syncfusion.Blazor/styles/fabric.css" rel="stylesheet" /> |
|
<link rel='nofollow' href="_content/Syncfusion.Blazor.Themes/fabric.css" rel="stylesheet" /> |
Hello Rahul
In version 20.1.5.58 the context menu is not working anymore. I get some default menu.
I used your sample from above and upgraded to see if it continued to work.
My own app is on that version....
frank
19.4.0.56 works!
Hi Frank ,
Greetings from Syncfusion support.
We would like to inform you that we have included some breaking changes in our 2022 Volume 2 release. reported issue might have occurred due to that. Kindly ensure that from below release notes.
https://blazor.syncfusion.com/documentation/release-notes/20.1.47?type=all#breaking-changes
Kindly get back to us with more details, if you are still facing the reported issue.
Regards,
Naveen Palanivel.