Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Manoj on Feb 12, 2009 22:31
open dhtmlx forum
dhxCalendar is not opening in grid cell

I have setted cell <cell type="dhxCalendar">2008-11-11</cell>. But it is not opening popup calendar by double click in cell. it is showing read only cell.
Answer posted by dhxtSupport on Feb 13, 2009 05:44

To use "dhxCalendar" excell type you have to include following additionla files:

from dhtmlxCalendar package:

<link rel="STYLESHEET" type="text/css" href="../dhtmlxCalendar/codebase/dhtmlxcalendar.css">
 <script>_css_prefix="../codebase/"; _js_prefix="../codebase/"; </script>
<script src="../dhtmlxCalendar/codebase/dhtmlxcalendar.js"></script> 
 <script src="../dhtmlxCalendar/codebase/dhtmlxcommon.js"></script> 

From dhtmlxGrid package:

<script src="../codebase/excells/dhtmlxgrid_excell_dhxcalendar.js"></script>

Answer posted by Manoj on Feb 15, 2009 20:12
Thanks. It is working now.