Hi,
I want to format the text style for the combo values, for a “co” type column in a dhtmlxGrid.
var combo = grid.getCustomCombo(rowId, colIndex);
combo.put(<option>, <value>);
combo.put doesnt support adding in another parameter to set the style for the value,
like addOption of the dhtmlxCombo does.