Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Jun 09, 2009 03:42
open dhtmlx forum
dhxCalendar and dhxCalendarA

At my program as below:
mygrid.setColTypes("combo,combo,combo,dhxCalendar,dhxCalendarA,ro");

and at the xml file:
<row id='r1'>
<cell >Cleanroom</cell><cell></cell><cell></cell><cell>2009-06-01</cell><cell>2009-06-27</cell><cell></cell>
</row>


now i encounter the problem is
the cell with type "dhxCalendarA" can show the date correctly,
but the cell with type "dhxCalendar" can not show the date.

Did i lost something in the page code? or js file?
Please help.
Thank you very much.

Answer posted by dhxSupport on Jun 09, 2009 06:33
You code looks correct. Could you please provide full example where we can reproduce this issue?