Adding css class to row after addRow

Hello,

My TreeGrid is dynamically loaded from some json, and it uses the ‘class’ property to add css classes to rows when the grid is parsed. I give the user the option to add rows later using the grid.addRow() function. However, these rows are missing the classes that are added during initial parsing. Is there a way to add a css class to a row after it has been added by addRow()?

Thanks,
Will

Unfortunately it is not available to change the row class using the API.