Cell styling

I came by this method that sets style based on row_id, ind… setCellTextStyle(row_id, ind, styleString. Is it possible to style cells based on column index?

I just want to say setColumnStyle(index,“style string”). Thanks in advance

dhtmlxGrid doesn’t have such method. But you can create custom eXcell type which will have necessary styling.

docs.dhtmlx.com/doku.php?id=dhtm … l_creation