Top "Cgridview" questions

CGridView displays a list of data items in terms of a table.

How to assign unique id attribute to each table row of a CGridView?

I am attempting to assign a unique id to each table row in Yii's CGridView. Preferably something like $data->…

yii cgridview
Yii CGridView button - call parametrized javascript function

I need to create a CGridView with one button and make the button call javascript function like this: $this->…

php javascript yii cgridview cbuttoncolumn
Unable to set pageSize for pager in CGridView - Yii

I am trying to set the pageSize property of pager in CGridView but in vain. By the way currently there …

php yii cgridview
Yii CGridView, displaying multiple columns from related model with filtering capability

I'm pretty new to yii and I bumped into the following problem. I have 2 related tables, ClientTicket and Product with …

php yii cgridview yii-relations