How to change the calendar's skin for the date column

Seems that the default skin of calendar is YUI in Grid.
So how to change the calendar’s skin for the date column in Grid?
Thanks very much.

You can use following code:

mygrid.attachEvent("onDhxCalendarCreated",function(obj,rowId,cellInd){ obj.setSkin(any_calendar_skin); });

Hi,

When I use the method you provided for dhxCalendarA, all the calendar will use yahoolike skin.

This is the column and event settings I use:

dhxGrid_user_keys.setColTypes(“ro,ed,ed,ed,coro,ch,dhxCalendarA,dhxCalendar,dhxCalendar,dhxCalendar”);

dhxGrid_user_keys.attachEvent(“onDhxCalendarCreated”,function(calendar,rowId,cellInd){
calendar.setSkin("");
});

I would like to use the default skin.

Thanks,

Problem was confirmed and fixed.
Please try to use attached js file instead of original one
( the same fix will be added to the next version of dhtmlxgrid )
dhtmlxgrid_excell_dhxcalendar.zip (1.98 KB)