Cgridview Admin Panel

Hey guys.!

Im still a newbie…!

I have a CGridView which has two textAreas… i need to update it without using the default update i.e. CButton Column…

That is update on the panel and click a button to update that particular row…

Part of my admin panel


array(

                'name'=>'work',

                'type'=>'raw',

                'value'=>'CHtml::textArea("work[$data->recordBookId]",$data->work,array("style"=>"width:100px;","style"=>"height:100px;"))',

                'htmlOptions'=>array("width"=>"30px"),

                  ),

            

                array(

                'name'=>'remarks',

                'type'=>'raw',

                'value'=>'CHtml::textArea("remarks[$data->recordBookId]",$data->remarks,array("style"=>"width:100px;","style"=>"height:100px;"))',

                'htmlOptions'=>array("width"=>"30px"),

                  ),

		

		array(

                        'header'=>'Options',

			'class'=>'CButtonColumn',                    

		),

I tried using CCheckBox column to get the id and update it… but didnt work out…

Please help me if you can…Thanks a bunch…!

Cheerz! :) (Y)

I think that x-editable http://www.yiiframework.com/extension/x-editable can help You. Did You try it ?

@mirunho - nope i didnt try that yet… Thanks for your suggestion… i will see to it :)

Cheerz!