Categories | Question details Back To List | ||
Invalid cell type calendar Hello, When I try to use cell type calendar I get an "invalid cell type" error. I have had this problem in the past with other cell types and you guys would just send me an updated components.xml file because I use the libCompiler utility. So it seems as though the calendar javascript file has been left out of my components.xml file. Could you please send me a corrected version. Please let me know if you would like me to send you my current components.xml file. Thanks. Answer posted by Alex (support) on Jun 24, 2009 05:17 Hello, there is no opportunity to include libraries of calendar excell into the dhtmlx compressed file. There are two possible ways: - you can include all necessary files, please, see the sample in the grid package dhtmlxGrid/samples/cell_types/pro_excells_numberformat.html - or you can use dhxCalendar excell instead of calendar (its files can be incuded into the dhtmx.js): dhtmlxGrid/samples/cell_types/calendar_grid.html |