I am developing a webpart using SPGridView and I would like to show
images from picture library using the grid. Now, my question is how to
display images horizontally in SPGridView. I want to implement
"RepeatColumns" and "RepeatDirection" type of stuff present in DataList.
My idea is for the webpart to display atleast 5 images in a row
depending on the width of the webpart. Also, I want to enable grouping
on SPGridView.