strange behaviour of column menu compared to demo behaviour

Hi there,

i noticed a strange behaviour at the column menu in my project.

  1. activate the column menu by clicking the button (check)
  2. click column menu item  => proceed and disappear (check)
  3. repeat step1 and click outside the colmenu => nothing happens

Usually in step 3 it has to disappear, like in your demo

https://blazor.syncfusion.com/demos/datagrid/column-menu?theme=tailwind-dark

but it won't and the only way to let it disappear is to click inside and press ESC or do step 2

A side effect of this behaviour is that it's blocks every other colmenus in the grid as long as it's active.

So i tried to copy the code from your demo (link above) and used it in a test page in my current project with the same result and the same effect. Even if i copied it in a fresh, naked Blazor Server project.

Why is the colmenu perfectly disappearing in your demo?
Is it something inside these (Demo site)?
@using BlazorDemos
@using blazor_griddata
@inherits SampleBaseComponent

Or what do i miss?

I upload my test page for your convenience.

Regards

Stefan



Attachment: TestGridColMenu_5dbd8978.zip

4 Replies

RN Rahul Narayanasamy Syncfusion Team April 28, 2022 01:46 PM UTC

Hi Stefan,


Greetings from Syncfusion.


Based on your shared details, we have checked the reported case. We could not able to reproduce the reported problem. While clicking the outside of the column menu after opening, the column menu closes correctly. Find the below sample and video for your reference.


Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/SampleRef1731866204


Video: https://www.syncfusion.com/downloads/support/directtrac/general/ze/VideoRef-701058376


If you are still facing the problem, then could you please share the below details which will be helpful to validate and provide a better solution.


  • Video demonstration of the problem.
  • Reproduce the problem in the provided sample and revert back to us.
  • Share a simple reproducible sample if possible.


Regards,

Rahul



SL Stefan Limpert April 29, 2022 04:33 PM UTC

Hi Rahul,

thanks for your help. I downloaded your sample and it works.

After that i downgraded the Synfusion version in the project to 19.4.56 and voilà the colmenu behaves exactly as described. Please try this.

At current state i cannot update the versions to 20.X in the project.

Regards

Stefan



SL Stefan Limpert April 30, 2022 03:13 PM UTC

Hi Rahul,

i'm sorry it was my fault. i've practiced the usual "documentation not read"-Error. After i changed the settings in _host and Program.cs for using version 20.x everything works like before. Sorry for your unconvinience.

Regards

Stefan



VN Vignesh Natarajan Syncfusion Team May 2, 2022 04:28 AM UTC

Hi Stefan,


Thanks for the update. We are glad to hear that you have resolved your issue.


Kindly get back to us if you have further queries.


Regards,

Vignesh Natarajan


Loader.
Up arrow icon