Maintaining the template grid layout using a dataview with formloader

0
I'm using the formloader widget to load a dataview into a template grid. Now I want to maintain the default layout for the template grid, but it takes the layout from the dataview. How can I make the formloader use the default template grid layout? (as in background, different layout for non-editable objects, etc.) EDIT: Added screenshot
asked
2 answers
1

You need to attach your own classes to, for example, the containing dataview and write the appropriate CSS. In other words, you need to style it using custom theming.

answered
-1

The formloader widget is a pain when it comes to styling. I wanted to make the background transparent so what I did is make a custom class in the CSS and assign that class to all cells in the dataview it is linked to.

answered