Question
Nordea
SE
Last activity: 9 Nov 2017 11:14 EST
Extra Space appearing in Column Repeating Layout
Hi,
I am getting extra space in the header while using column repeating layout. It seems the space is coming from the delete icon which comes by default as a part of repeating layout and i have deleted that icon as it is not needed for our purpose. Please refer to the document for more details.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Pegasystems Inc.
IN
Hello Anand,
Could you share screenshots displaying the changes made at your end with the outcome.
Below is the screenshot without suggested change:
Below is the screenshot with changes:
PS: In the width of the first column is set as 7.
Regards,
Rincy
Pegasystems Inc.
US
Hi Anand,
As per the screenshot shared it looks like you had not removed the blank column which is available in the first column, could you remove it and have a try. If not please share the final configuration of your repeat grid and the output screenshots.
Regards
Mahesh
Nordea
SE
Hi,
I think we can't remove first and last column of Column Repeating layout as I was not getting any such option. Please refer to the attached document for more details related to layout configuration
Pegasystems Inc.
IN
Hello Anand,
Did you try specifying inline style(display: none; width: 0px;) to the first column that adds space?
Regards,
Rincy
Nordea
SE
Hi, I tried the same but unfortunately i didn't solve the issue.
Accepted Solution
Pegasystems Inc.
IN
Hello Anand,
Could you share screenshots displaying the changes made at your end with the outcome.
Below is the screenshot without suggested change:
Below is the screenshot with changes:
PS: In the width of the first column is set as 7.
Regards,
Rincy
Nordea
SE
Hi,
I just noticed that there was some customized style was added in UserWorkForm CSS specific to column repeating layout which was somehow causing this blank space to appear in the header. Sorry for the inconvenience caused.
Pegasystems Inc.
IN
Hi Anand,
Could you please inspect the empty space (use Developer tools -> F12) and check what is the DIV that is appearing in the UI.
Kindly post screenshots of the same.
Best Regards,
Mounika
Nordea
SE
Hi,
I just noticed that i can see this issue in IE only. In chrome this issue is not appearing at all.
But as you requested, please see the content of developer tool from IE in the attached screenshot.
J.P. Morgan Services India PVT Ltd
IN
1. are you able to see the same behavior in UI gallery for any ootb repeating grid.
2. Is there any visibility condition on any column which is showing this kind of behavior?
also as it is IE specific then you might need to add style specific to IE ,
https://stackoverflow.com/questions/28417056/how-to-target-only-ie-any-version-within-a-stylesheet
Nordea
SE
1) I don't see any example in UI gallery that refers to column repeating layout. Kindly let me know if you can find any.
2) There is no such visibility condition.
3) Adding the given IE specific style did not help.