I am struggling with opening a dropdown in my datagrid.
on the far right side of my datagrid I added a custom column and added a dropdown there.
When clicking or hovering over it in edit mode I see the outline that the dropdown is there.
I just cannot see it. I tried setting all overflows to visible and increasing the Z-Axis but still no dropdown
any ideas?
Hi Martijn, welcome to the community 
Indeed, it seems that adding a dropdown inside a a datagrid is not working, I just tried it without success.
I’ll talk to our tech team.
In the meantime, you can try to achieve something similar with a “select“ element.
I saw there was an older topic on this as well.
Do you expect to have this fixed, do i need to wait on the fix or do you recommend i find another approach?
Hi @Martijn Currently, dropdowns are not fully supported inside the datagrid unless you fork the datagrid and update its code. Only the new select component will work inside the datagrid as intended
Hi @rivan_sigarlaki , after i use a select and dress it up like a dropdown. I select an option and it opens a sheet. However, the label of the selected option now becomes the text of the ‘button’ i created. For example, my button always needs to say ‘analyse’. I open the select dropdown and choose ‘summary’ for example. That will be the new button text. I can hide that by opening the sheet right away. But how do i make sure that before the sheet closes, the button goes back to the orignal state where it said ‘analyse’