setRowTextBold in xml

hi,



how can i achieve the same result as the setRowTextBold method on a row in xml?



thanks

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;”); )