I have a grid with some columns and the last column is
{
text : '',
id : 'delId',
width : 40,
dataIndex: 'del',
renderer : function(){
return '<center><div class="image-hover-delete"></div></center>';
}
I want to disable only this particular column. how can I do this?