Control bar custom design

0
Is there a way to change the class/style of the control bar of a datagrid, in the modeler?
asked
1 answers
3

Put a class on the data grid itself and use the following CSS selector:

.yourdatagridclass .mx-grid-toolbar

or if you're still using Mendix 4:

.yourdatagridclass .mendixDataGrid_controlPane
answered