Categories | Question details Back To List | ||
set cell types hi, i read in the new release that i can set individual cell types and not just column types however, i cannot find this anywhere in the documentation. please can you tell me how to set the individual cell types to coro, ed, calendar etc... thanks Answer posted by Support on Feb 04, 2008 05:00 While loading from XML you can defined type of cell as <cell type="ed">some</cell> this value will be used for cell in question, instead of global column settings. Same can be done from js code by grid.setCellExcellType(... grid.setRowExcellType(... grid.setColumnExcellType(... |