Categories | Question details Back To List | ||
setRowTextBold in xml hi, how can i achieve the same result as the setRowTextBold method on a row in xml? thanks Answer posted by Support on Jun 16, 2008 04:24 You can use "style" attribute of row tag <row style="font-weight:bold;" It works not exactly the same as setRowTextBold , but cause similar visual effect ( it can be reverted from js code as grid.setRowTextStyle(id,"font-weight:normal;"); ) |