Manage Data From Mutiple Models Uning Cgridview

I’m having 3 Models Users(id,name,email) Events(id,name,descrp) and UserEvents(user_id,event_id)

I need to manage the User model(provided by default by actionAdmin) but in the grid view generated I wish to add a column “Events” that shows a dropdown list of events registered by each user. I couldnt find any such help from the docs or wiki yet. I’m new to Yii and its a bit urgent to get this working. If this is not possible can someone help to make an alternative solution for this issue. Thanks for the help in advance…