I am on dhtmlxGrid v.2.0 Professional edition build 81009
I have the following code in firefox, which gives java script error and calender doesn’t show up.
mm/dd/yyyy
Error:
this.con is null
onmousemove()()dhtmlxcalendar.js (line 50)
startDrag()(undefined)
Please, try replace the code of calendar initialization after html code of containers or it can be called on body onload:
mm/dd/yyyy
With switching, it works in Firefox but not in IE 6. In IE 6, page doesn’t load.
Please, try to intialize calendar on body onload:
…
That did the trick. Thanks!