The hiding column selector of DataGrid2 cannot display all of them

1
The hiding columns in DataGrid2 is a very useful feature. However, when there are many columns, the column selector extends outside the window and not all of them can be displayed. Scrolling is also disabled, so I cannot select the columns at the bottom. Is there any good solution?  
asked
2 answers
0

Hi,

 

Please have a look at this:

https://forum.mendix.com/link/questions/87390

I hope this helps.

 

Thank you.

answered
0

Hi Naomichi,

 

I have implemented the same functionality in one application.

In your custom css file you can target the element using CSS [attribute*=value] Selector, in this case [class=’column-selectors’] and give required width, height and overflow scroll.

 

Thank You

answered