Cgridview

Hello,

Is it possible to configure CGridView to render the data in two sets of columns, next to each other?

Let me show, so you can get the idea:

Instead of:


------------------------

description1 | button1 |

description2 | button2 |

description3 | button3 |

description4 | button4 |

...

Each row on screen represent different DB record

To have:


--------------------------------------------------

description1 | button1 || description3 | button3 |

description2 | button2 || description4 | button4 |

....

Now we have 2 DB records for each row on the screen

Cheers.

Is there really no way to make CGridView to render the data in 2 sets of columns next to each other?