Multi Select Dropdown search field issue in data grid

1
I am facing an issue with Multi select drop down search field in Data Grid. When I am clicking the drop down field after scrolling down the page(if not scrolled there is no problem at all), the options are shown up above the field. I could not add the CSS styling to this field as it is in Data Grid. Is there a solution to show the options down of the drop down field. Thanks in advance
asked
1 answers
1

Even though the multi-select drop-down element is part fo the data grid it is still possible to style it.

Check this link to find out how to add your custom styling to Mendix components

https://docs.mendix.com/howto/front-end/setup-mendix-ui-framework-with-koala#1-introduction

answered