DHTMLX Docs & Samples Explorer

setRowTextNormal(row_id)

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxgrid.js

sets row text weight to normal

  • row_id - row id
   mygrid.setRowTextNormal("row1");

Please make sure that necesary row is loaded before calling this method.

See also: setRowTextBold, setRowTextStyle