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

There is no way to get date object in onEditCell event. You can parse formatted date string and create date object manually.