search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Daypilot angular2 scheduler control takes time to render (compared to FF,chrome) - peformance issue

Asked by Anonymous
7 years ago.

Hi,

Daypilot angular2 scheduler control is taking time to render the control on IE browser. Below is our configuration -

this.config = {
cellDuration: 15,
rowMinHeight: 40,
cellWidth: 25,
eventHeight: 25,
timeHeaders: [
{ groupBy: "Hour" },
{ groupBy: "Hour", height: 10 }
],
scale: "CellDuration", // scale determined by cellDuration value
days: 1,
startDate: new DayPilot.Date(),
autoScroll: "Always",
allowEventOverlap: false,
drawBlankCells: false,
//or when saving
showNonBusiness: true,
heightSpec: "Max",
height: 650,
width: "100%",
crosshairType: "Header",
floatingTimeHeaders: false,
timeRangeRightClickHandling: "Disabled",

}

Is there anything required to improve performance on IE browser?

Thanks,
Devendra.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.