I can get my records to repeat using foreach, but because I'm using a grid system for CSS, I want to group these records four at a time (div class="column") for each (div class="row").
I'm not seeing a good example how to wrap each each record this way.
Any help?
So I'm not entirely sure what you are after but you could you group manually like this.
http://jsfiddle.net/madcapnmckay/hFPgT/1/
Hope this helps.