Check documentation for the latest version of dhtmlxSuite setRowTextBold DHTMLX Docs

setRowTextBold

sets the text of a row BOLD

void setRowTextBold(string|number row_id);
row_idstring|numberthe id of a row

Example

mygrid.setRowTextBold("row1");

Back to top