Support Article
Incorrect message displays while closing a case
SA-27969
Summary
When a grid is configured to have expandable rows, if a user expands a row and then closes the case, the dirty warning is displayed even when the grid data is being presented as read only.

Error Messages
Not applicable
Steps to Reproduce
- Configure a grid with read only expandable rows.
- At runtime expand a row and close the case.
Root Cause
When a grid row is expanded the pyExpanded property is set to mark the row as expanded.
Resolution
In the section that contains the grid embed the standard section pxDisableClientDirtyDetection as shown below.
This will disable the dirty warning for the screen.
Important: If this is used on a screen where data is entered then there will be no warning, if the form is closed without saving or submitting.
Published September 15, 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.