Displaying comments in CGridview

Im making a page that lists all the posts in CGridview, when you click on a post you will be redirected to the view-view that gets the id of that post and display the contents.

In this view I want to show all the comments belonging to this post in a CGridview.

What is the best/easiest way to handle this?