Is that correct that the styler of an datagrid field sets the new style to the cell <div> and table <td> element.
It should only set to the cell <div> element - or not?
{field:'chk',title:'title',rowspan:2,width:150,
styler: function(value,row,index){
return "background:url('resources/themes/icons/gordis_system-customer-scope-true.png') center no-repeat";
}
}
See the following screenshot!