I want to display CGridView component with all records as a link to its related Update page.
I want the functionality of edit button at the end of every row, applied to whole row.
If I click anywhere on a particular row, it will redirect me to its update screen respectively.
Is it possible in Yii’s CGridView ?
CGridView
To make whole row an link try this…