The Same Duplicated Grid Views

i have used Cgridview to display my user table in my view ; (that user table was created using CRUD generator of YII);

I have got such problem that I have got the number of grid view tables(all identical or duplicated views) in my view as the same number of users I created in database table(named User)

Can you help me to solve the problem: I need only one view of the CgridView

Thanks a lot !

You need to post the relevant code so people can determine where you’ve gone wrong. It sounds like you’re generating the CGridView in a loop.