Categories | Question details Back To List | ||
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? Answer posted by dhxSupport on May 08, 2009 01:26 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 http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Custom_excell_creation.html#grid_cexc |