Popup menu with data grid 2

0
Hi,   I'm using popup menu with data grid 2. The popup menu is not rendering in the data grid 2. Please let me know if you have faced this challenge earlier or any suggestion?   Thanks in advance
asked
2 answers
0

Hi Abrar! DataGrid2 has issues with rendering widgets inside itself.

Try these steps:

1) You can open browser's developer tool and check if your popup menu is present in the DOM.

2) If it is available, try updating the CSS to match your needs. If it is not available, then you need to investigate on why it was not loaded. Checking errors in console will help.

3) If your CSS works, Move it to your Mendix app and redeploy.

answered
0

I experienced the same issue and I had to add a trigger button on the pop-up menu widget to open/see the menu. Previous versions add the trigger automatically. 

answered