Display Data With Table Layout

Hi, I have model of Products(name_of_product,image_of_product,price).

I want to show this model like this (every product will be showed with name, image, price):

   column1    column2     column3

row1 product1 product2 product3

row2 product4 product5 product6

and I also want the paging.

can I use CGridView to do that ?

Help me please, thanks !

I think you can display the products easily using CListView. You only need to use an appropriate style for it. Maybe try reading this thread first?

Great. It 's working. Thanks bro!