Hi , i have my grid
 array(
            'class'=>'CLinkColumn',
            'header'=>'Property Name',
            'labelExpression'=>'$data->name',
            'urlExpression'=>'$data->sale_active->GetLink()',
        ),
link is going me to a new page rendering my main again i cant work with that , i need to that link shows the content on the page im in update a div, using the renderDataCellContent() maybe then have a button to back to the grid again or that the link just do a renderpartial in the view im already in , i was trying to test renderDataCellContent() but i cant find any example can someone give me a hand here ?
Thanks for your time, time is money.