CGridView Custom Data

Is there any way to use custom data in a CGridView?

Or rather data that is being fetched using the Yii Query Builder.

I have fetched my data from the database using the query builder but now I want some sort of datagrid to show the data.

Hi,

maybe CArrayDataProvider will be your answer :)

Cheers

thanks.