Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Nov 18, 2008 05:17
open dhtmlx forum
dhxCalendar broken in lates build (81107)

Column type dhxCalendar renders empty cell (tested in FF, probably IE also).

dhxCalendarA work OK
Answer posted by Support on Nov 18, 2008 07:10
The "dhxCalendar" excell works correctly in local samples, please be sure that you have specified data in same format as was defined by grid.setDateFormat
Answer posted on Nov 18, 2008 07:39

date format is 2008-11-18 defined as:

setDateFormat("%Y-%m-%d");

dhxCalendarA - work OK

dhxCalendar - render empty cell (in previes bulid was ok)

Answer posted by Support on Nov 18, 2008 08:53
Fixed js file attached to the post.
Attachments (1)
Answer posted on Nov 19, 2008 01:07
Confirmed OK
TNX!