Support Article
Filter not selectable within repeating grid with many columns
SA-22087
Summary
User has Repeat Grid on SFA portal with more than 15 columns the horizontal scroll-bar appears.
When scrolled to the right and try to filter the result, the filtering pop-up will be displayed outside of the screen.
Again when scrolled a bit left the filtering popup it is still visible. Once any other column filter icon is clicked - the repeat grid will be scrolled to the left.
Error Messages
No error message.
Steps to Reproduce
1. In Out-of-the-box (OOTB) SFA Private, checkout crmMyWorkList section
2. Copy Assignment column and paste it ten to twelve times. This is to simulate what account is there in the customization.
3. Save the section and open portal with IE11 where it is required to add any task.
4. Use My Work menu to navigate to the section that is customized.
5. Scroll to the right and press Filtering icon on the last column.
6. Observe filtering options are displayed outside of visible screen.
7. Scroll a bit left using scroll-bar at the bottom, observe filtering options are still visible on the screen even column is not.
7. Click on filtering icon for the column in the middle, observe whole grid will jump to the left.
Root Cause
A defect in Pegasystems’ code or rules with ID: BUG-240715
Resolution
Perform the following local-change:
Add the following in your UserWorkForm:
<script>
if(pega.u.d.skinRuleName == "pySFASkin"){
$("html").css("overflow", "inherit");
}
</script>
Published April 22, 2016 - 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.