Hi,
I’m trying to chnage the css of my cells.
I found the function:
grid.setCellTextStyle(row_id, ind, styleString);
Which works ok, but this function expects to get the style text and I would like to set the class name as I have a css file with all the styles.
Is there such an option??
Thanks, Efrat