dhxCalendar insensitiveRange in grid

Hello
Is it possible to set the setInsensitiveRange for an excel type of dhxCalendar?

Please, try to use the following code:

mygrid.attachEvent("onDhxCalendarCreated", function(myCal){ myCal.setInsensitiveRange(...); })