Categories | Question details Back To List | ||
Celltype in grid Hi, can i specify the type of a cell (in xml) as "int" or "str" or "boolean"? Thanks in advance. pyt Answer posted by dhxSupport on Jun 18, 2009 07:59 dhtmlxGrid has such cell types as "int" or "str". List of all availible cell types you can find here http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/ExCell_types_usage.html#grid_excellstypes If you need some additional functionalities in the cell types you can implement custom eXcell type. Please see more information here http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Custom_excell_creation.html#grid_cexc |