Changing Font of Input text in grid

I have changed the font family and size for the grid cells in dhtmlxgrid css file. But it only changes the font size after tabbing out from the cell but the font size while inputting data is different. Please suggest how can I change the font size for input data?


To change style of the cell in the edit mode you should set style for the class .dhx_combo_edit{ (“ed”, “dyn”, “price” types), .dhx_textarea{ (“txt” type").


Also you can implement custom eXcell type and set necessary style insice custom eXcell definition. Please see more information here dhtmlx.com/docs/products/dhtmlxG … #grid_cexc