Data Grid column width adjuster that appears in each data grid functionality to be set off

1
Is there a way that the column width extender that appears by default on the application in each data grid can be turned off? My customers would like that the width of the column must not be adjustable by the users of the application.  
asked
1 answers
1

In the app, selecting a column and removing <div class="mx-datagrid-column-resizer"> following that column seems to take care of that. Maybe in the Modeler you should be able to add another class that will override class="mx-datagrid-column-resizer"

answered