Check documentation for the latest version of dhtmlxSuite setRowTextNormal DHTMLX Docs

setRowTextNormal

sets the text weight of a row to normal

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

Example

mygrid.setRowTextNormal("row1");

Back to top