Support Article
Tree Grid columns are misaligned with rows
SA-16485
Summary
Tree Grid alignment Issue. Tree Grid columns are misaligned with rows. When user tries to expand Tree grid by clicking on + icon, then columns and rows are misaligned for the child rows.
Error Messages
Not Applicable
Steps to Reproduce
1. Configure a Tree grid
2. Include a section with buttons in one of the columns
3. Ensure that buttons are dynamically visible based on some visible conditions.
Root Cause
A software use or operation error. This occurs due to dynamic button controls used in one of the columns of the tree grid. If we use dynamic button controls or dynamic data as one of the columns, then the data in the columns will occupy multiple lines. Therefore, whenever the data of the column is occupying more height than the row height of the tree given at design time, this issue will occur. It is an expected behavior.
Resolution
Perform the following local-change:
Use any one of the following approaches to resolve the behavior.
- Display all button controls in single row.
- Use Navigation control to choose one action out of multiple actions.
Published January 31, 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.