Highlight field in a grid

SOLVED

Hi everyone,

I’m trying to highlight a specific field in a grid, but I’m struggling to get it to work.

Does anyone have any advice?

crm.ready(function()
{
crm.grids().filterWhere(‘case_description’,’eq’,’parent’).highlightCell(‘lightblue’);
});