Don't work dhxCalendarA

Hello

[code]

<script type="text/javascript" src="../../codebase/dhtmlxcommon.js"></script>
<script type="text/javascript" src="../../codebase/dhtmlxgrid.js"></script>		
<script type="text/javascript" src="../../codebase/dhtmlxgridcell.js"></script>	
<script type="text/javascript" src="../../codebase/ext/dhtmlxgrid_json.js"></script>
<script type="text/javascript" src="../../../dhtmlxCalendar/codebase/dhtmlxcalendar.js"></script>	
<script type="text/javascript" src="../../codebase/excells/dhtmlxgrid_excell_dhxcalendar.js"></script>

<div id="gridbox" style="width:503px;height:120px;background-color:white;"></div>

<script type="text/javascript">
	mygrid = new dhtmlXGridObject('gridbox');
	mygrid.setImagePath("../../codebase/imgs/");
	mygrid.setHeader("Date1, Date2");
	mygrid.setInitWidths("100,100");
	mygrid.setColAlign("center,center");
	mygrid.setColTypes("dhxCalendarA,dhxCalendarA");
	mygrid.setColSorting("date,date");
	mygrid.setSkin("dhx_skyblue");
	mygrid.enableEditEvents(true,true,false);
	mygrid.init();
	var data={"rows":[{"id":"1","data":[{"value":"07.05.2011"},{"value":"07.05.2011"}]}]};
	mygrid.parse(data,"json");
</script>
[/code]

Error text - Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)
Timestamp: Wed, 6 Jul 2011 07:43:50 UTC
Message: ‘cal’ is undefined
Line: 11
Char: 579
Code: 0
URI: file:///D:/Install/dhtmlxSuite_v26_pro_110318/dhtmlx/dhtmlxGrid/codebase/excells/dhtmlxgrid_excell_dhxcalendar.js

work if set mygrid.setColTypes(“dhxCalendar,dhxCalendarA”);
but need mygrid.setColTypes(“dhxCalendarA,dhxCalendarA”);
Help me

Unfortunately issue can’t be reconstructed locally.
Please, try to update your dhtmlxGrid version.
If issue still occurs for you - please open ticket at http://support.dhtmlx.com/ and send us a complete demo

I am experiencing the exact same problem. When I run the sample code provided by junb1, the code works if the first excel type is dhxCalendar but if it is dhxCalendarA the code fails…
Also it fails using either the json provided in post or using xml…
Please take a look…
Thanks

After reading post “Problem using dhxCalendarA” by janice.ll
I downloaded the latest:
dhtmlxCalendar v.3.0 Standard edition build 110713
and
dhtmlxGrid v.3.0 Standard edition build 110707

I also pointed to the version of dhtmlxCalendar that was bundled with the dhtmlxGrid zip
dhtmlxCalendar v.3.0 Standard edition build 110707
And that also failed

This issue has been fixed at the current version of dhtmlxGrid. Please try to update your files