I cannot get cell based styles applied to a dhtmlxGrid cell.

I am providing the following cell specification in the loaded XML for a dhtmlxGrid, however the rendered grid does not seem to be affected (underlined or red). According to the documentation, I should be able to add a style attribute to the cell tag. Am I doing something wrong?







show doc

Release notes





Please try the next

in you HTML code

    .myCss{
    text-decoration: underline; background-color: red;
    }


In XML





show doc

Release notes