dhtmlxGrid

I know you can use grid.setRowTextBold and grid.setRowTextNormal and grid.setRowTextStyle in javascript once the grid has loaded to specify a style.

But how do you specify the style of a cell when creating the XML dynamically on the server?

In other words, is there anything I can put inside the <cell …>My Text to specify style.

You can use

In XML
My Text

In HTML

    .my_css{
        any css here
     }



In latest build it also possible to use next syntax

    My Text