Support Article
Parent repeat grid style applied to child repeat grid
SA-55658
Summary
When editing a row in a grid, the parent or outer repeat grid style is applied to the child or inner repeat grid. This occurs even though the child or inner repeat grid references a different style.
Error Messages
Not Applicable
Steps to Reproduce
- From a repeat grid layout, in the Operation's tab select row editing as 'Master-detail'.
- Select a Detail flow action.
- In the section referenced from the Detail flow action, add another repeat grid. Ensure the inner repeat grid references a different style and not the same style as the outer repeat grid .
Root Cause
This issue is determined to be a product enhancement request.
Resolution
Perform the following local-change: div.gridDefault div.Spreadsheet tr td.gridCell {
background-color:blue !important;
}
Published July 23, 2018 - 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.