Responsive Templategrid

0
Hi community, is it possible to change the style of a template grid depending on the size: For example: On desktop view there is datagrid with 3 columns. On the phone the datagrid should only show 1 column.
asked
2 answers
1

I already did something like this with listviews. You can add the bootstrap layout classes to the elements to make them rsponsive. I guess that this is also working with templategrids. You should set the number of columns to 1 and do the alignment manually.

answered
0

Take a look on the bootstrap CSS framework page. There are some nice features you can use. Good luck

answered