Combobox/popup Datagrid2 bug

0
Hi, I am facing one issue with data grid2 column heading. I am using 10.18.1 version of mendix. The column heading of data grid 2 overlaps the filter values. I am using combo box for filter     I also tried changing the z-index for header column from 1 to 0 in  _datagrid.scss in the datawidgets/web, but it didnt help  
asked
2 answers
0

You could try to change the z-index of your filter to something higher, it might also have to do with the positioning. Z-index only works on positioned elements, so one of those elements might not have an explicit positioning at all

answered
0

Looks like it's the entire column header since it uses sticky positioning, the styling comes from themesource/datawidgets/web/_datagrid-scroll.scss line 5

It doesn't look like it's configurable from a glance

image.png

answered