How to access dhxCalendar object from grid cell editor

I have a dhxCalendar as the cell type of a grid cell. How do I get to the dhxCalendar object to manipulate it further? Is there a function like getCellCombo available for dhxCalendar?

Thanks for your help

There is onDhxCalendarCreated event that gets calendar object as a parameter:

grid.attachEvent("onDhxCalendarCreated",function(calendar){ calendar.setSkin("dhx_skyblue"); });

Thanks again for your information… but all this ‘AMAZING STUFF’ does not appear in your documentation. WHY?

Thanks anyway.

You are right - this event needs being added to the documentation:

docs.dhtmlx.com/doku.php?id=dhtm … darcreated