I have the xgrid on a page and am trying to use the column type of dhxCalendarA but everytime I try to use this I get the error:-
Error type: Incorrect cell type : undefinded
Description: undefined
I have followed all the examples for inclusion of the correct js files. And my XML is correct (no extra columns etc).
If I change the setColTypes to calendar then this works perfectly. But not with dhxCalendarA
I would appreciate some pointers on this as I seem to be doing everything correct as per the documentation.
I don’t understand what I’m doing wrong… here’s my code ( this is part of a larger page so I have just included the points of interest) :-
…
…
There are two types of calendar can be used with grid
a) dhtmlxCalendar
requires
dhtmlxcalendar.js
dhtmlxgrid_excell_dhxCalendar.js
b) YUI calendar
requires
dhtmlxgrid_excell_calendar.js
The calendar sample included in dhtmlxgrid 1.5 and later uses dhxCalendar.
Please be sure that you are including related files ( if “calendar” excell type works for you - it seems that you included files for YUI calendar, but not for dhtmlxCalendar )
Hi, Thanks for the speedy reply and pointer… it works perfectly now.