How to list editable objects in two columns

1
I have a list of objects which I need to display on a page in two columns *and* be able to edit them inline. ListView gives me ability to edit objects, but it displays data in a single column. TemplateGrid allows me to have multiple columns, but the objects are not editable. Is there a happy combination of ListView and TemplateGrid?!
asked
2 answers
1

 

If below is what you want to achieve...just add lv-col-xs-6 as a class to your listview. Credits to Fabian Recktenwald (https://forum.mendix.com/link/questions/92511)

 

answered
0

If you add a lay-out grid or table within the listview you can create your own columns.

Other option would be to use a editable datagrid.

answered