Where to edit the display view of CGrid and List Views?
Where to edit the display view of CGrid and List Views?
Please read the Guidelines for posting on the forum - http://www.yiiframework.com/forum/index.php/topic/19451-guidelines-for-posting-this-forum/
You need to be more specific when asking questions…
If you are referring to the default code generated by Gii then the CGridView is used for managing the model and the view is "admin.php", CListView is used for listing the model and the view is "index.php"
They are in the "protected/views/<your_model_name>" folder