Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Francisco on Dec 18, 2009 14:31
open dhtmlx forum
treeGrid and dhxCalendarA and events

TreeGrid with dhxCalendarA.

I have onCellEdit and onCellChanged handlers which simply alert the new value of the calendar column.
In the onCellChanged case, the new value is the date object.
In the onCellEdit case, the new value is the formatted date string.

How do I get the date object in the onCellEdit event handler?


Regards,
Francisco
Answer posted by dhxSupport on Dec 21, 2009 02:08
There is no way to get date object in onEditCell event. You can parse formatted date string and create date object manually.