MudMenu as a Context Menu of a MudDataGrid in MAUI Blazor Hybrid does not show up on small window height #11830
Unanswered
BigBasti123
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I want to use a MudMenu as a ContextMenu of a MudDataGrid like in the example of the MudDataGrid described:
https://mudblazor.com/components/datagrid#context-menu
MudMenu PositionAtCursor="true"
My MudDataGrid has a fixed height. As soon as the window height or viewport of the MAUI Blazor Hybrid App is smaller then the MudDataGrid, the MudMenu does not show up anymore on click. It seems not to occur in the Browser. Does anyone has an idea to fix this?
Thanks for your answers.
Beta Was this translation helpful? Give feedback.
All reactions