How can I put strike
through in my text within my treegrid? <o:p></o:p>
You can set such styles by many ways
in configuration XML
“row” tag understand “class” and “style” css
attributes
“cell” tag supports “style” attribute
by Javascript
grid.setRowTextStyle(…
grid.setCellTextStyle(…
grid.cells(…).setFont(…