Context Menu is not displaying correctly.

Hi.

After updating to version 18.3.0.40 the Context Menu in the grid is not showing correctly.
It appears briefly in the lower left corner of the browser and then disappears.
When using version 18.3.0.38, it was displayed normally.
Is there anything else I need to set up?

3 Replies 1 reply marked as answer

MK Mohan Kumar Ramasamy Syncfusion Team October 15, 2020 06:01 AM UTC

Hi JaeHyeong , 
 
We are deeply regret about the inconvenience caused. 
 
We have checked your reported issue and we would like to let you know that it is a known issue and we have already fixed it, and it will be available in our upcoming patch release. Until then we appreciate your patience. 
 
We suggest you use the CDN Style file to resolve your issue. Please refer the below code snippets. 
 
<head> 
    <meta charset="utf-8" /> 
    <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 
    <title>Syncfusion-BlazorApp</title> 
    <base rel='nofollow' href="~/" /> 
    <link rel="stylesheet" rel='nofollow' href="css/bootstrap/bootstrap.min.css" /> 
    <link rel='nofollow' href="css/site.css" rel="stylesheet" /> 
    <link rel='nofollow' href="https://cdn.syncfusion.com/blazor/18.3.40/styles/bootstrap4.css" rel="stylesheet" /> 
</head> 
 
Please let us know, if you need any further assistance. 
 
Regards, 
Mohan kumar R 



JJ JaeHyeong Jang October 15, 2020 08:26 AM UTC

Hi.

Thank you for answer.
We look forward to the next patch.


MK Mohan Kumar Ramasamy Syncfusion Team October 15, 2020 12:16 PM UTC

Hi JaeHyeong, 
 
Thank you for the patience. 
 
We are glad to announce that our weekly patch release (18.3.0.41) is rolled out. We have included the fix for the reported issue in this release. So, we suggest you upgrade our Syncfusion packages to our latest version to resolve this issue in your end. (18.3.0.41) 
 
Please let us know if you need further assistance on this. 
 
Regards, 
Mohankumar R 


Marked as answer
Loader.
Up arrow icon