Support Article
Dropdown & Date controls are loading slow inside the repeat grid
SA-33787
Summary
Values are loading slowly when trying to select the drop down or Date fields inside repeat grid in IE11 browser when compared to IE10 / chrome.
User has many number of rows with dropdowns and calendar controls configured where they could find a major difference.
Error Messages
Not Applicable
Steps to Reproduce
- Create a repeating grid with a date and dropdown fields in it.
- Associate the grid with a property. Have VisibleWhen on grid.
- When seen in IE Edge, the time it takes to render the calendar value is taking more time than in IE10.
Root Cause
A defect in Pegasystems’ code or rules:
From IE11 onwards, element.all no longer works but document.all returns values, beacuse of that unnecessary code is getting executed. Added logic to handle this usecase to improve performance.
Resolution
Apply HFIX-31779
Published February 21, 2017 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.