CGridView for gallery-like layout

Is anyone using CGridView to create a grid layout for returned records where each cell is a complete record? This is like a gallery of results as opposed to rows of results. We are likely going to use CListView to float a bunch of list items, but I want to check if we are leveraging the widgets properly here.

CListView seems definitely to be the appropriate choice for your case.

Thanks. CListView was actually perfect using itemView for layout on each item returned. I wish we could setup external ajax events (click DOM element, submit form, etc) from within the widget settings. We found the many fn.*.update tutorials helpful, but that seems like a backdoor approach.