Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hello,
Context menu has wrong position on page when opened. When investigating, I noticed that position would not go under certain height on page and when investigating further, it became clear that under the hood, context menu is trying to be visible at all times, but in wrong direction.
If feels like context menu tries to calculate it's opening position similar to this equation: if page height minus context menu height is lower than point of opening origin, use that result, otherwise use point of opening origin (I hope screenshot will make it clearer). Problem is, context menu is opening upwards, not downwards, for this equation to work.
I've also attached project with grid with context menu, where the problem is clearly visible (I recommend switching to 20 items per page and right clicking lowest one in list)
I wish you a nice day
David Šeda