I saw the
grid.attachEvent(“onDhxCalendarCreated”, function(cal) {
cal.setPosition(-100, -100);
cal.setWeekStartDay(7);
});
But it does not seem to work. The event is being called, as the setWeekStartDay works. But the setPosition does not.
Attached is a screenshot from the designer showing the issue.