Categories | Question details Back To List | ||
Follow-up to "Expanding Forms containing dhtmlxCalendarObject" I tried your suggestion in http://dhtmlx.com/docs/products/kb/index.php?s=normal&q=8213&a=12904 but it didn't work. It produced an error of "this.con is null" at line 51 of dhtmlxcalendar.js. Not only did the new calendar not appear, but also the cloned row itself did not appear. Answer posted by Alex (support) on Mar 03, 2009 02:20 Hello, such an error can occur if you try to initialize calendar in the non-existent container. Please, check that containers with 'DATE0' + newRowCount ids are created. |