Context menu on a grid at window

Hello;

i have a context menu on a grid, and that grid inside the window.

when i want to click grid context menu it shows behind the window.

how can i fix that ?

thank you

here is the snippet : DHTMLX Snippet Tool

here is the screen shoot:

Thank you for your report.
The problem was confirmed. We’ll try to to fix it in the future updates.
I’ll inform you about any progress on this issue.

if anyone has problem like this just add the css code and solve your problem till the fixed release come out

<style>
.dhx_menu {
    z-index: 99999999999;
}
</style>

Hello @NewBee

We fixed your reported problem in the latest dhx.Suite update (v8.1.8).
You can check it in your original snippet.
Please, download the latest available dhx.Suite build from your client’s area to get this fix.
Thank you for your report and best regards.